Html Css Color HEX #2ABFAA Light Sea Green

📋 copy color: '#2ABFAA'

red 42 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #2ABFAA

Tints of Light Sea Green #2ABFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

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

R = 10.42%
G = 47.39%
B = 42.18%

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

#2ABFAA (or 0x2ABFAA) is known color: Light Sea Green. HEX triplet: 2A, BF and AA. RGB value is (42,191,170). Sum of RGB (Red+Green+Blue) = 42+191+170=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFAA is #D54055. Grayscale: #8F8F8F. Windows color (decimal): -13975638 or 11190058. OLE color: 11190058.

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

Color convert

RGB 42 191 170 -
CMYK 0.78 0 0.11 0.25
HSL 171.54º 0.64% 0.46% -
HSV(B) 171.54º 0.78% 0.75% -
XYZ 26.84 40.66 44.46 -
YUV 144.06 142.64 55.21 -
System Red Green Blue C M Y K H S L
Decimal 42 191 170 0.78 0 0.11 0.25 171.54 0.64 0.46
Hex 2A BF AA 4E 0 B 19 AC 40 2E
Octal 52 277 252 116 0 13 31 254 100 56
Binary 101010 10111111 10101010 1001110 0 1011 11001 10101100 1000000 101110

Color Harmonies of #2ABFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFAA

Black with #2ABFAA

Text Example


Text Example

White with #2ABFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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