#2AAFA8

Color #2AAFA8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2AAFA8

Tints of Light Sea Green #2AAFA8

Color information

#2AAFA8 (or 0x2AAFA8) is unknown color: approx Light Sea Green. HEX triplet: 2A, AF and A8. RGB value is (42,175,168). Sum of RGB (Red+Green+Blue) = 42+175+168=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAFA8 is #D55057. Grayscale: #868686. Windows color (decimal): -13979736 or 11054890. OLE color: 11054890.

HSL color Cylindrical-coordinate representation of color #2AAFA8: hue angle of 176.84º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAFA8 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB42175168-
CMYK0.7600.040.31
HSL176.84º61.29%42.55%-
HSV(B)176.84º76%68.63%-
XYZ23.3533.9842.37-
YUV134.44146.9462.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.91%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 168 (66.02% from 255) = 43.64%
R=10.91%
G=45.45%
B=43.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421751680.7600.040.31176.8461.2942.55
Hex2AAFA84C041Fb13d2b
Octal5225725011404372617553
Binary1010101010111110101000100110001001111110110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,175,168); }

 H1.HeaderClassName
 {
   color: #2AAFA8;
 }
 .AnyTagClassName
 {
   color: #2AAFA8;
 }
</style>
background-color css

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

 a { background-color: rgb(42,175,168); }

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

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

 span { border-color: rgb(42,175,168); }

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