Shades of Light Sea Green #08B8A8
Tints of Light Sea Green #08B8A8
RGB
CMYK
RGB Variations
Color information
#08B8A8 (or 0x08B8A8) is known color: Light Sea Green. HEX triplet: 08, B8 and A8. RGB value is (8,184,168). Sum of RGB (Red+Green+Blue) = 8+184+168=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #08B8A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B8A8 is #F74757. Grayscale: #818181. Windows color (decimal): -16205656 or 11057160. OLE color: 11057160.
HSL color Cylindrical-coordinate representation of color #08B8A8: hue angle of 174.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B8A8 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 184 | 168 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.28 |
| HSL | 174.55º | 0.92% | 0.38% | - |
| HSV(B) | 174.55º | 0.96% | 0.72% | - |
| XYZ | 24.31 | 37.16 | 42.94 | - |
| YUV | 129.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 184 | 168 | 0.96 | 0 | 0.09 | 0.28 | 174.55 | 0.92 | 0.38 |
| Hex | 8 | B8 | A8 | 60 | 0 | 9 | 1C | AF | 5C | 26 |
| Octal | 10 | 270 | 250 | 140 | 0 | 11 | 34 | 257 | 134 | 46 |
| Binary | 1000 | 10111000 | 10101000 | 1100000 | 0 | 1001 | 11100 | 10101111 | 1011100 | 100110 |
Color Harmonies of #08B8A8
Complementary color
Monochromatic Colors of #08B8A8
Black with #08B8A8
Text Example
Text Example
White with #08B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B8A8; }
p { color: rgb(8,184,168); }
H1.HeaderClassName
{
color: #08B8A8;
}
.AnyTagClassName
{
color: #08B8A8;
}
</style>
background-color css
<style>
a { background-color: #08B8A8; }
a { background-color: rgb(8,184,168); }
div.DivClassName
{
background-color: #08B8A8;
}
.BgClassName
{
background-color: #08B8A8;
}
</style>
border-color css
<style>
span { border-color: #08B8A8; }
span { border-color: rgb(8,184,168); }
td.TdClassName
{
border-color: #08B8A8;
}
.TagClassName
{
border-color: #08B8A8;
}
</style>