Shades of Light Sea Green #08A8AB
Tints of Light Sea Green #08A8AB
RGB
CMYK
RGB Variations
Color information
#08A8AB (or 0x08A8AB) is known color: Light Sea Green. HEX triplet: 08, A8 and AB. RGB value is (8,168,171). Sum of RGB (Red+Green+Blue) = 8+168+171=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #08A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A8AB is #F75754. Grayscale: #787878. Windows color (decimal): -16209749 or 11249672. OLE color: 11249672.
HSL color Cylindrical-coordinate representation of color #08A8AB: hue angle of 181.1º 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 #08A8AB is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 168 | 171 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.33 |
| HSL | 181.1º | 0.91% | 0.35% | - |
| HSV(B) | 181.1º | 0.95% | 0.67% | - |
| XYZ | 21.45 | 31 | 43.38 | - |
| YUV | 120.5 | 156.49 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 171 | 0.95 | 0.02 | 0 | 0.33 | 181.1 | 0.91 | 0.35 |
| Hex | 8 | A8 | AB | 5F | 2 | 0 | 21 | B5 | 5B | 23 |
| Octal | 10 | 250 | 253 | 137 | 2 | 0 | 41 | 265 | 133 | 43 |
| Binary | 1000 | 10101000 | 10101011 | 1011111 | 10 | 0 | 100001 | 10110101 | 1011011 | 100011 |
Color Harmonies of #08A8AB
Complementary color
Monochromatic Colors of #08A8AB
Black with #08A8AB
Text Example
Text Example
White with #08A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A8AB; }
p { color: rgb(8,168,171); }
H1.HeaderClassName
{
color: #08A8AB;
}
.AnyTagClassName
{
color: #08A8AB;
}
</style>
background-color css
<style>
a { background-color: #08A8AB; }
a { background-color: rgb(8,168,171); }
div.DivClassName
{
background-color: #08A8AB;
}
.BgClassName
{
background-color: #08A8AB;
}
</style>
border-color css
<style>
span { border-color: #08A8AB; }
span { border-color: rgb(8,168,171); }
td.TdClassName
{
border-color: #08A8AB;
}
.TagClassName
{
border-color: #08A8AB;
}
</style>