#08ADAA

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

Shades of Light Sea Green #08ADAA

Tints of Light Sea Green #08ADAA

Color information

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

HSL color Cylindrical-coordinate representation of color #08ADAA: hue angle of 178.91º 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 #08ADAA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB8173170-
CMYK0.9500.020.32
HSL178.91º91.16%35.49%-
HSV(B)178.91º95.38%67.84%-
XYZ22.332.8443.19-
YUV123.32154.3445.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731700.9500.020.32178.9191.1635.49
Hex8ADAA5F0220b35b23
Octal10255252137024026313343
Binary100010101101101010101011111010100000101100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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