Html Css Color HEX #2ABEAA Light Sea Green

📋 copy color: '#2ABEAA'

red 42 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #2ABEAA

Tints of Light Sea Green #2ABEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 10.45%
G = 47.26%
B = 42.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#2ABEAA (or 0x2ABEAA) is known color: Light Sea Green. HEX triplet: 2A, BE and AA. RGB value is (42,190,170). Sum of RGB (Red+Green+Blue) = 42+190+170=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABEAA is #D54155. Grayscale: #8F8F8F. Windows color (decimal): -13975894 or 11189802. OLE color: 11189802.

HSL color Cylindrical-coordinate representation of color #2ABEAA: hue angle of 171.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABEAA is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 170 -
CMYK 0.78 0 0.11 0.25
HSL 171.89º 0.64% 0.45% -
HSV(B) 171.89º 0.78% 0.75% -
XYZ 26.62 40.22 44.39 -
YUV 143.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 42 190 170 0.78 0 0.11 0.25 171.89 0.64 0.45
Hex 2A BE AA 4E 0 B 19 AC 40 2D
Octal 52 276 252 116 0 13 31 254 100 55
Binary 101010 10111110 10101010 1001110 0 1011 11001 10101100 1000000 101101

Color Harmonies of #2ABEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEAA

Black with #2ABEAA

Text Example


Text Example

White with #2ABEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,170); }

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

background-color css

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

 a { background-color: rgb(42,190,170); }

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

border-color css

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

 span { border-color: rgb(42,190,170); }

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