#0AAAA8

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

Shades of Light Sea Green #0AAAA8

Tints of Light Sea Green #0AAAA8

Color information

#0AAAA8 (or 0x0AAAA8) is unknown color: approx Light Sea Green. HEX triplet: 0A, AA and A8. RGB value is (10,170,168). Sum of RGB (Red+Green+Blue) = 10+170+168=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA8 is #F55557. Grayscale: #797979. Windows color (decimal): -16078168 or 11053578. OLE color: 11053578.

HSL color Cylindrical-coordinate representation of color #0AAAA8: hue angle of 179.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAA8 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB10170168-
CMYK0.9400.010.33
HSL179.25º88.89%35.29%-
HSV(B)179.25º94.12%66.67%-
XYZ21.5731.6442.02-
YUV121.93153.9948.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 168 (66.02% from 255) = 48.28%
R=2.87%
G=48.85%
B=48.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101701680.9400.010.33179.2588.8935.29
HexAAAA85E0121b35923
Octal12252250136014126313143
Binary10101010101010101000101111001100001101100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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