Html Css Color HEX #2EAB9E Light Sea Green

📋 copy color: '#2EAB9E'

red 46 ◦ green 171 ◦ blue 158

#2EAB9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2EAB9E

Tints of Light Sea Green #2EAB9E

RGB

 RED value IS 46 (18.36% from 255) = 12.27%

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 12.27%
G = 45.6%
B = 42.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EAB9E (or 0x2EAB9E) is known color: Light Sea Green. HEX triplet: 2E, AB and 9E. RGB value is (46,171,158). Sum of RGB (Red+Green+Blue) = 46+171+158=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAB9E is #D15461. Grayscale: #848484. Windows color (decimal): -13718626 or 10398510. OLE color: 10398510.

HSL color Cylindrical-coordinate representation of color #2EAB9E: hue angle of 173.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB9E is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 158 -
CMYK 0.73 0 0.08 0.33
HSL 173.76º 0.58% 0.43% -
HSV(B) 173.76º 0.73% 0.67% -
XYZ 21.86 32.18 37.41 -
YUV 132.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 46 171 158 0.73 0 0.08 0.33 173.76 0.58 0.43
Hex 2E AB 9E 49 0 8 21 AE 3A 2B
Octal 56 253 236 111 0 10 41 256 72 53
Binary 101110 10101011 10011110 1001001 0 1000 100001 10101110 111010 101011

Color Harmonies of #2EAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB9E

Black with #2EAB9E

Text Example


Text Example

White with #2EAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EAB9E; }

 p { color: rgb(46,171,158); }

 H1.HeaderClassName
 {
   color: #2EAB9E;
 }
 .AnyTagClassName
 {
   color: #2EAB9E;
 }
</style>

background-color css

<style>
 a { background-color: #2EAB9E; }

 a { background-color: rgb(46,171,158); }

 div.DivClassName
 {
   background-color: #2EAB9E;
 }
 .BgClassName
 {
   background-color: #2EAB9E;
 }
</style>

border-color css

<style>
 span { border-color: #2EAB9E; }

 span { border-color: rgb(46,171,158); }

 td.TdClassName
 {
   border-color: #2EAB9E;
 }
 .TagClassName
 {
   border-color: #2EAB9E;
 }
</style>