Shades of Caribbean Green #08CE85
Tints of Caribbean Green #08CE85
RGB
CMYK
RGB Variations
Color information
#08CE85 (or 0x08CE85) is known color: Caribbean Green. HEX triplet: 08, CE and 85. RGB value is (8,206,133). Sum of RGB (Red+Green+Blue) = 8+206+133=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE85 is #F7317A. Grayscale: #8A8A8A. Windows color (decimal): -16200059 or 8769032. OLE color: 8769032.
HSL color Cylindrical-coordinate representation of color #08CE85: hue angle of 157.88º 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 #08CE85 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 133 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.19 |
| HSL | 157.88º | 0.93% | 0.42% | - |
| HSV(B) | 157.88º | 0.96% | 0.81% | - |
| XYZ | 26.41 | 45.89 | 29.66 | - |
| YUV | 138.48 | 124.9 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 133 | 0.96 | 0 | 0.35 | 0.19 | 157.88 | 0.93 | 0.42 |
| Hex | 8 | CE | 85 | 60 | 0 | 23 | 13 | 9E | 5D | 2A |
| Octal | 10 | 316 | 205 | 140 | 0 | 43 | 23 | 236 | 135 | 52 |
| Binary | 1000 | 11001110 | 10000101 | 1100000 | 0 | 100011 | 10011 | 10011110 | 1011101 | 101010 |
Color Harmonies of #08CE85
Complementary color
Monochromatic Colors of #08CE85
Black with #08CE85
Text Example
Text Example
White with #08CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE85; }
p { color: rgb(8,206,133); }
H1.HeaderClassName
{
color: #08CE85;
}
.AnyTagClassName
{
color: #08CE85;
}
</style>
background-color css
<style>
a { background-color: #08CE85; }
a { background-color: rgb(8,206,133); }
div.DivClassName
{
background-color: #08CE85;
}
.BgClassName
{
background-color: #08CE85;
}
</style>
border-color css
<style>
span { border-color: #08CE85; }
span { border-color: rgb(8,206,133); }
td.TdClassName
{
border-color: #08CE85;
}
.TagClassName
{
border-color: #08CE85;
}
</style>