Shades of Caribbean Green #08C08E
Tints of Caribbean Green #08C08E
RGB
CMYK
RGB Variations
Color information
#08C08E (or 0x08C08E) is known color: Caribbean Green. HEX triplet: 08, C0 and 8E. RGB value is (8,192,142). Sum of RGB (Red+Green+Blue) = 8+192+142=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #08C08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C08E is #F73F71. Grayscale: #838383. Windows color (decimal): -16203634 or 9355272. OLE color: 9355272.
HSL color Cylindrical-coordinate representation of color #08C08E: hue angle of 163.7º 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 #08C08E is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 142 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.25 |
| HSL | 163.7º | 0.92% | 0.39% | - |
| HSV(B) | 163.7º | 0.96% | 0.75% | - |
| XYZ | 23.83 | 39.7 | 32 | - |
| YUV | 131.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 142 | 0.96 | 0 | 0.26 | 0.25 | 163.7 | 0.92 | 0.39 |
| Hex | 8 | C0 | 8E | 60 | 0 | 1A | 19 | A4 | 5C | 27 |
| Octal | 10 | 300 | 216 | 140 | 0 | 32 | 31 | 244 | 134 | 47 |
| Binary | 1000 | 11000000 | 10001110 | 1100000 | 0 | 11010 | 11001 | 10100100 | 1011100 | 100111 |
Color Harmonies of #08C08E
Complementary color
Monochromatic Colors of #08C08E
Black with #08C08E
Text Example
Text Example
White with #08C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C08E; }
p { color: rgb(8,192,142); }
H1.HeaderClassName
{
color: #08C08E;
}
.AnyTagClassName
{
color: #08C08E;
}
</style>
background-color css
<style>
a { background-color: #08C08E; }
a { background-color: rgb(8,192,142); }
div.DivClassName
{
background-color: #08C08E;
}
.BgClassName
{
background-color: #08C08E;
}
</style>
border-color css
<style>
span { border-color: #08C08E; }
span { border-color: rgb(8,192,142); }
td.TdClassName
{
border-color: #08C08E;
}
.TagClassName
{
border-color: #08C08E;
}
</style>