COLOR #259E7C

HEX: #259E7C RGB: (37,158,124)

Color info

#259E7C contains mainly green and blue colors. Web safe color of #259E7C is #339966 (or #396).

RGB color model

#259E7C color RGB value is (37,158,124).

RGB: (37,158,124) (15%, 62%, 49%)

RGB channels and saturation

R 37 of 255 = 15%
G 158 of 255 = 62%
B 124 of 255 = 49%

37
158
124

R + G + B ~ 42%. #259E7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 158 + 124 = 319 (100%)
R 37 of 319 ~ 11.6%
G 158 of 319 ~ 49.53%
B 124 of 319 ~ 38.87'%

%11.6
%49.53
%38.87

CMYK color model

#259E7C color CMYK value is (77,0,22,38).

  • cyan value is 76.58%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%

CMYK: (77,0,22,38)
C77M0Y22K38 (77%, 0%, 22%, 38%)
(0.77 / 0.00 / 0.22 / 0.38)

CMYK percentages

%76.58
%0
%21.52
%38.04

Codes

Color #259E7C in popluar color models

25 9E 7C
RGB 37 158 124
HSL 163° 62.05% 38.24%
HSB/HSV 163° 76.58% 61.96%
CMYK 76.58% 0.00% 21.52%
38.04%

Color #259E7C in popluar number systems.

HEX 25 9E 7C
Decimal 37 158 124
Binary 100101 10011110 1111100
Octal 45 236 174

Shades and tints

Shades of #259E7C

#259E7C
(37,158,124)
#229071
(34,144,113)
#1F8266
(31,130,102)
#1C745B
(28,116,91)
#196650
(25,102,80)
#165845
(22,88,69)
#134A3A
(19,74,58)
#103C2F
(16,60,47)
#0D2E24
(13,46,36)
#0A2019
(10,32,25)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #259E7C

#259E7C
(37,158,124)
#38A687
(56,166,135)
#4BAE92
(75,174,146)
#5EB69D
(94,182,157)
#71BEA8
(113,190,168)
#84C6B3
(132,198,179)
#97CEBE
(151,206,190)
#AAD6C9
(170,214,201)
#BDDED4
(189,222,212)
#D0E6DF
(208,230,223)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259E7C color. Also use rgb(37,158,124) instead hex code.

Text Font Color

.myTextColor { color: #259E7C; }

<p style="color:#259E7C">This sample text font color is #259E7C.</p>

This text font color is #259E7C.

Background Color

.myBgColor { background-color: #259E7C; }

<div style="background-color:#259E7C">Inner text</div>

This div background color is #259E7C.

Border color

.myBorderColor { border: 1px solid #259E7C; }

<div style="border:3px solid #259E7C">Div</div>

This div border color is #259E7C.

Opacity

.myOpacity80 { color: #259E7C; opacity: 0.8; }

<p style="color:#259E7C;opacity:0.8;">80%</p>

Text with #259E7C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #259E7C;}

<p style="text-shadow: 3px 3px 1px #259E7C">Text here.</p>

This text has shadow with #259E7C color.


.textShadow {text-shadow: 3px 3px 1px #259E7C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #259E7C, 5px 5px 20px red">Text here.</p>

This text has shadow with #259E7C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#259E7C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#259E7C, Direction=45, Strength=4)">Text</p>

This text has shadow with #259E7C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #259E7C;
-webkit-box-shadow: 1px 1px 3px 2px #259E7C;
box-shadow: 1px 1px 3px 2px #259E7C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #259E7C; -webkit-box-shadow: 1px 1px 3px 2px #259E7C; box-shadow:1px 1px 3px 2px #259E7C;">
Div content here
</div>

This div box has shadow with color #259E7C.

Preview

Color preview on black background

This text has color #259E7C on black background.


Color preview on white background

This text has color #259E7C on white background.


Black color preview on #259E7C background

This text has black color on #259E7C background.


White color preview on #259E7C background

This text has white color on #259E7C background.


Related colors

Complementary color

Complementary color for #hex is #DA6183.


I love getcolorcode.com

Triadic colors

1 #7C259E and #9E7C25 with #259E7C are triadic colors.

2 #7C9E25 and #9E257C with #259E7C are triadic colors.