#08AAAD

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

Shades of Light Sea Green #08AAAD

Tints of Light Sea Green #08AAAD

Color information

#08AAAD (or 0x08AAAD) is unknown color: approx Light Sea Green. HEX triplet: 08, AA and AD. RGB value is (8,170,173). Sum of RGB (Red+Green+Blue) = 8+170+173=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #08AAAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AAAD is #F75552. Grayscale: #797979. Windows color (decimal): -16209235 or 11381256. OLE color: 11381256.

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

Color convert

RGB8170173-
CMYK0.950.0200.32
HSL181.09º91.16%35.49%-
HSV(B)181.09º95.38%67.84%-
XYZ22.0231.8244.52-
YUV121.9156.8346.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.28%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=2.28%
G=48.43%
B=49.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81701730.950.0200.32181.0991.1635.49
Hex8AAAD5F2020b55b23
Octal10252255137204026513343
Binary100010101010101011011011111100100000101101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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