Shades of Caribbean Green #08C0A8
Tints of Caribbean Green #08C0A8
RGB
CMYK
RGB Variations
Color information
#08C0A8 (or 0x08C0A8) is known color: Caribbean Green. HEX triplet: 08, C0 and A8. RGB value is (8,192,168). Sum of RGB (Red+Green+Blue) = 8+192+168=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #08C0A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C0A8 is #F73F57. Grayscale: #868686. Windows color (decimal): -16203608 or 11059208. OLE color: 11059208.
HSL color Cylindrical-coordinate representation of color #08C0A8: hue angle of 172.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C0A8 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 168 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.25 |
| HSL | 172.17º | 0.92% | 0.39% | - |
| HSV(B) | 172.17º | 0.96% | 0.75% | - |
| XYZ | 26.02 | 40.58 | 43.51 | - |
| YUV | 134.25 | 147.04 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 168 | 0.96 | 0 | 0.12 | 0.25 | 172.17 | 0.92 | 0.39 |
| Hex | 8 | C0 | A8 | 60 | 0 | C | 19 | AC | 5C | 27 |
| Octal | 10 | 300 | 250 | 140 | 0 | 14 | 31 | 254 | 134 | 47 |
| Binary | 1000 | 11000000 | 10101000 | 1100000 | 0 | 1100 | 11001 | 10101100 | 1011100 | 100111 |
Color Harmonies of #08C0A8
Complementary color
Monochromatic Colors of #08C0A8
Black with #08C0A8
Text Example
Text Example
White with #08C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C0A8; }
p { color: rgb(8,192,168); }
H1.HeaderClassName
{
color: #08C0A8;
}
.AnyTagClassName
{
color: #08C0A8;
}
</style>
background-color css
<style>
a { background-color: #08C0A8; }
a { background-color: rgb(8,192,168); }
div.DivClassName
{
background-color: #08C0A8;
}
.BgClassName
{
background-color: #08C0A8;
}
</style>
border-color css
<style>
span { border-color: #08C0A8; }
span { border-color: rgb(8,192,168); }
td.TdClassName
{
border-color: #08C0A8;
}
.TagClassName
{
border-color: #08C0A8;
}
</style>