#08A9AA

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

Shades of Light Sea Green #08A9AA

Tints of Light Sea Green #08A9AA

Color information

#08A9AA (or 0x08A9AA) is unknown color: approx Light Sea Green. HEX triplet: 08, A9 and AA. RGB value is (8,169,170). Sum of RGB (Red+Green+Blue) = 8+169+170=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #08A9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A9AA is #F75655. Grayscale: #787878. Windows color (decimal): -16209494 or 11184392. OLE color: 11184392.

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

Color convert

RGB8169170-
CMYK0.950.0100.33
HSL180.37º91.01%34.9%-
HSV(B)180.37º95.29%66.67%-
XYZ21.5431.3342.94-
YUV120.97155.6647.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=2.31%
G=48.70%
B=48.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81691700.950.0100.33180.3791.0134.9
Hex8A9AA5F1021b45b23
Octal10251252137104126413343
Binary10001010100110101010101111110100001101101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A9AA; }

 p { color: rgb(8,169,170); }

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

<style>
 a { background-color: #08A9AA; }

 a { background-color: rgb(8,169,170); }

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

<style>
 span { border-color: #08A9AA; }

 span { border-color: rgb(8,169,170); }

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