Shades of Caribbean Green #08CE91
Tints of Caribbean Green #08CE91
RGB
CMYK
RGB Variations
Color information
#08CE91 (or 0x08CE91) is known color: Caribbean Green. HEX triplet: 08, CE and 91. RGB value is (8,206,145). Sum of RGB (Red+Green+Blue) = 8+206+145=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE91 is #F7316E. Grayscale: #8B8B8B. Windows color (decimal): -16200047 or 9555464. OLE color: 9555464.
HSL color Cylindrical-coordinate representation of color #08CE91: hue angle of 161.52º 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 #08CE91 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 145 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.19 |
| HSL | 161.52º | 0.93% | 0.42% | - |
| HSV(B) | 161.52º | 0.96% | 0.81% | - |
| XYZ | 27.28 | 46.24 | 34.28 | - |
| YUV | 139.84 | 130.9 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 145 | 0.96 | 0 | 0.30 | 0.19 | 161.52 | 0.93 | 0.42 |
| Hex | 8 | CE | 91 | 60 | 0 | 1E | 13 | A2 | 5D | 2A |
| Octal | 10 | 316 | 221 | 140 | 0 | 36 | 23 | 242 | 135 | 52 |
| Binary | 1000 | 11001110 | 10010001 | 1100000 | 0 | 11110 | 10011 | 10100010 | 1011101 | 101010 |
Color Harmonies of #08CE91
Complementary color
Monochromatic Colors of #08CE91
Black with #08CE91
Text Example
Text Example
White with #08CE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE91; }
p { color: rgb(8,206,145); }
H1.HeaderClassName
{
color: #08CE91;
}
.AnyTagClassName
{
color: #08CE91;
}
</style>
background-color css
<style>
a { background-color: #08CE91; }
a { background-color: rgb(8,206,145); }
div.DivClassName
{
background-color: #08CE91;
}
.BgClassName
{
background-color: #08CE91;
}
</style>
border-color css
<style>
span { border-color: #08CE91; }
span { border-color: rgb(8,206,145); }
td.TdClassName
{
border-color: #08CE91;
}
.TagClassName
{
border-color: #08CE91;
}
</style>