Html Css Color HEX #2EAB9F Light Sea Green

📋 copy color: '#2EAB9F'

red 46 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #2EAB9F

Tints of Light Sea Green #2EAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 12.23%
G = 45.48%
B = 42.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2EAB9F (or 0x2EAB9F) is known color: Light Sea Green. HEX triplet: 2E, AB and 9F. RGB value is (46,171,159). Sum of RGB (Red+Green+Blue) = 46+171+159=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAB9F is #D15460. Grayscale: #848484. Windows color (decimal): -13718625 or 10464046. OLE color: 10464046.

HSL color Cylindrical-coordinate representation of color #2EAB9F: hue angle of 174.24º 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 #2EAB9F is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 159 -
CMYK 0.73 0 0.07 0.33
HSL 174.24º 0.58% 0.43% -
HSV(B) 174.24º 0.73% 0.67% -
XYZ 21.95 32.21 37.86 -
YUV 132.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 46 171 159 0.73 0 0.07 0.33 174.24 0.58 0.43
Hex 2E AB 9F 49 0 7 21 AE 3A 2B
Octal 56 253 237 111 0 7 41 256 72 53
Binary 101110 10101011 10011111 1001001 0 111 100001 10101110 111010 101011

Color Harmonies of #2EAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB9F

Black with #2EAB9F

Text Example


Text Example

White with #2EAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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