Shades of Caribbean Green #08CE86
Tints of Caribbean Green #08CE86
RGB
CMYK
RGB Variations
Color information
#08CE86 (or 0x08CE86) is known color: Caribbean Green. HEX triplet: 08, CE and 86. RGB value is (8,206,134). Sum of RGB (Red+Green+Blue) = 8+206+134=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE86 is #F73179. Grayscale: #8A8A8A. Windows color (decimal): -16200058 or 8834568. OLE color: 8834568.
HSL color Cylindrical-coordinate representation of color #08CE86: hue angle of 158.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CE86 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 134 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.19 |
| HSL | 158.18º | 0.93% | 0.42% | - |
| HSV(B) | 158.18º | 0.96% | 0.81% | - |
| XYZ | 26.47 | 45.92 | 30.02 | - |
| YUV | 138.59 | 125.4 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 134 | 0.96 | 0 | 0.35 | 0.19 | 158.18 | 0.93 | 0.42 |
| Hex | 8 | CE | 86 | 60 | 0 | 23 | 13 | 9E | 5D | 2A |
| Octal | 10 | 316 | 206 | 140 | 0 | 43 | 23 | 236 | 135 | 52 |
| Binary | 1000 | 11001110 | 10000110 | 1100000 | 0 | 100011 | 10011 | 10011110 | 1011101 | 101010 |
Color Harmonies of #08CE86
Complementary color
Monochromatic Colors of #08CE86
Black with #08CE86
Text Example
Text Example
White with #08CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE86; }
p { color: rgb(8,206,134); }
H1.HeaderClassName
{
color: #08CE86;
}
.AnyTagClassName
{
color: #08CE86;
}
</style>
background-color css
<style>
a { background-color: #08CE86; }
a { background-color: rgb(8,206,134); }
div.DivClassName
{
background-color: #08CE86;
}
.BgClassName
{
background-color: #08CE86;
}
</style>
border-color css
<style>
span { border-color: #08CE86; }
span { border-color: rgb(8,206,134); }
td.TdClassName
{
border-color: #08CE86;
}
.TagClassName
{
border-color: #08CE86;
}
</style>