Html Css Color HEX #2AB89E Light Sea Green

📋 copy color: '#2AB89E'

red 42 ◦ green 184 ◦ blue 158

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

Shades of Light Sea Green #2AB89E

Tints of Light Sea Green #2AB89E

RGB

 RED value IS 42 (16.8% from 255) = 10.94%

 GREEN value IS 184 (72.27% from 255) = 47.92%

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

R = 10.94%
G = 47.92%
B = 41.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#2AB89E (or 0x2AB89E) is known color: Light Sea Green. HEX triplet: 2A, B8 and 9E. RGB value is (42,184,158). Sum of RGB (Red+Green+Blue) = 42+184+158=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB89E is #D54761. Grayscale: #8A8A8A. Windows color (decimal): -13977442 or 10401834. OLE color: 10401834.

HSL color Cylindrical-coordinate representation of color #2AB89E: hue angle of 169.01º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB89E is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 158 -
CMYK 0.77 0 0.14 0.28
HSL 169.01º 0.63% 0.44% -
HSV(B) 169.01º 0.77% 0.72% -
XYZ 24.27 37.24 38.26 -
YUV 138.58 138.96 59.11 -
System Red Green Blue C M Y K H S L
Decimal 42 184 158 0.77 0 0.14 0.28 169.01 0.63 0.44
Hex 2A B8 9E 4D 0 E 1C A9 3F 2C
Octal 52 270 236 115 0 16 34 251 77 54
Binary 101010 10111000 10011110 1001101 0 1110 11100 10101001 111111 101100

Color Harmonies of #2AB89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB89E

Black with #2AB89E

Text Example


Text Example

White with #2AB89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,158); }

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

background-color css

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

 a { background-color: rgb(42,184,158); }

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

border-color css

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

 span { border-color: rgb(42,184,158); }

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