#2AAFA0

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

Shades of Light Sea Green #2AAFA0

Tints of Light Sea Green #2AAFA0

Color information

#2AAFA0 (or 0x2AAFA0) is unknown color: approx Light Sea Green. HEX triplet: 2A, AF and A0. RGB value is (42,175,160). Sum of RGB (Red+Green+Blue) = 42+175+160=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAFA0 is #D5505F. Grayscale: #858585. Windows color (decimal): -13979744 or 10530602. OLE color: 10530602.

HSL color Cylindrical-coordinate representation of color #2AAFA0: hue angle of 173.23º 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 #2AAFA0 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB42175160-
CMYK0.7600.090.31
HSL173.23º61.29%42.55%-
HSV(B)173.23º76%68.63%-
XYZ22.6333.6938.57-
YUV133.52142.9462.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=11.14%
G=46.42%
B=42.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421751600.7600.090.31173.2361.2942.55
Hex2AAFA04C091Fad3d2b
Octal52257240114011372557553
Binary10101010101111101000001001100010011111110101101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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