Shades of Caribbean Green #08CE9B
Tints of Caribbean Green #08CE9B
RGB
CMYK
RGB Variations
Color information
#08CE9B (or 0x08CE9B) is known color: Caribbean Green. HEX triplet: 08, CE and 9B. RGB value is (8,206,155). Sum of RGB (Red+Green+Blue) = 8+206+155=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE9B is #F73164. Grayscale: #8C8C8C. Windows color (decimal): -16200037 or 10210824. OLE color: 10210824.
HSL color Cylindrical-coordinate representation of color #08CE9B: hue angle of 164.55º 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 #08CE9B is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 155 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.19 |
| HSL | 164.55º | 0.93% | 0.42% | - |
| HSV(B) | 164.55º | 0.96% | 0.81% | - |
| XYZ | 28.09 | 46.56 | 38.52 | - |
| YUV | 140.98 | 135.9 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 155 | 0.96 | 0 | 0.25 | 0.19 | 164.55 | 0.93 | 0.42 |
| Hex | 8 | CE | 9B | 60 | 0 | 19 | 13 | A5 | 5D | 2A |
| Octal | 10 | 316 | 233 | 140 | 0 | 31 | 23 | 245 | 135 | 52 |
| Binary | 1000 | 11001110 | 10011011 | 1100000 | 0 | 11001 | 10011 | 10100101 | 1011101 | 101010 |
Color Harmonies of #08CE9B
Complementary color
Monochromatic Colors of #08CE9B
Black with #08CE9B
Text Example
Text Example
White with #08CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE9B; }
p { color: rgb(8,206,155); }
H1.HeaderClassName
{
color: #08CE9B;
}
.AnyTagClassName
{
color: #08CE9B;
}
</style>
background-color css
<style>
a { background-color: #08CE9B; }
a { background-color: rgb(8,206,155); }
div.DivClassName
{
background-color: #08CE9B;
}
.BgClassName
{
background-color: #08CE9B;
}
</style>
border-color css
<style>
span { border-color: #08CE9B; }
span { border-color: rgb(8,206,155); }
td.TdClassName
{
border-color: #08CE9B;
}
.TagClassName
{
border-color: #08CE9B;
}
</style>