#2AAFA3

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

Shades of Light Sea Green #2AAFA3

Tints of Light Sea Green #2AAFA3

Color information

#2AAFA3 (or 0x2AAFA3) is unknown color: approx Light Sea Green. HEX triplet: 2A, AF and A3. RGB value is (42,175,163). Sum of RGB (Red+Green+Blue) = 42+175+163=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAFA3 is #D5505C. Grayscale: #858585. Windows color (decimal): -13979741 or 10727210. OLE color: 10727210.

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

Color convert

RGB42175163-
CMYK0.7600.070.31
HSL174.59º61.29%42.55%-
HSV(B)174.59º76%68.63%-
XYZ22.933.839.97-
YUV133.86144.4462.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.05%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=11.05%
G=46.05%
B=42.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421751630.7600.070.31174.5961.2942.55
Hex2AAFA34C071Faf3d2b
Octal5225724311407372577553
Binary1010101010111110100011100110001111111110101111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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