#0AAFAA

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

Shades of Light Sea Green #0AAFAA

Tints of Light Sea Green #0AAFAA

Color information

#0AAFAA (or 0x0AAFAA) is unknown color: approx Light Sea Green. HEX triplet: 0A, AF and AA. RGB value is (10,175,170). Sum of RGB (Red+Green+Blue) = 10+175+170=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAFAA is #F55055. Grayscale: #7C7C7C. Windows color (decimal): -16076886 or 11185930. OLE color: 11185930.

HSL color Cylindrical-coordinate representation of color #0AAFAA: hue angle of 178.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAFAA is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB10175170-
CMYK0.9400.030.31
HSL178.18º89.19%36.27%-
HSV(B)178.18º94.29%68.63%-
XYZ22.7133.6343.32-
YUV125.09153.3445.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=2.82%
G=49.30%
B=47.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751700.9400.030.31178.1889.1936.27
HexAAFAA5E031Fb25924
Octal12257252136033726213144
Binary10101010111110101010101111001111111101100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAFAA; }

 p { color: rgb(10,175,170); }

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

<style>
 a { background-color: #0AAFAA; }

 a { background-color: rgb(10,175,170); }

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

<style>
 span { border-color: #0AAFAA; }

 span { border-color: rgb(10,175,170); }

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