Shades of Caribbean Green #08CE9D
Tints of Caribbean Green #08CE9D
RGB
CMYK
RGB Variations
Color information
#08CE9D (or 0x08CE9D) is known color: Caribbean Green. HEX triplet: 08, CE and 9D. RGB value is (8,206,157). Sum of RGB (Red+Green+Blue) = 8+206+157=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE9D is #F73162. Grayscale: #8D8D8D. Windows color (decimal): -16200035 or 10341896. OLE color: 10341896.
HSL color Cylindrical-coordinate representation of color #08CE9D: hue angle of 165.15º 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 #08CE9D is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 157 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.19 |
| HSL | 165.15º | 0.93% | 0.42% | - |
| HSV(B) | 165.15º | 0.96% | 0.81% | - |
| XYZ | 28.26 | 46.63 | 39.41 | - |
| YUV | 141.21 | 136.9 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 157 | 0.96 | 0 | 0.24 | 0.19 | 165.15 | 0.93 | 0.42 |
| Hex | 8 | CE | 9D | 60 | 0 | 18 | 13 | A5 | 5D | 2A |
| Octal | 10 | 316 | 235 | 140 | 0 | 30 | 23 | 245 | 135 | 52 |
| Binary | 1000 | 11001110 | 10011101 | 1100000 | 0 | 11000 | 10011 | 10100101 | 1011101 | 101010 |
Color Harmonies of #08CE9D
Complementary color
Monochromatic Colors of #08CE9D
Black with #08CE9D
Text Example
Text Example
White with #08CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE9D; }
p { color: rgb(8,206,157); }
H1.HeaderClassName
{
color: #08CE9D;
}
.AnyTagClassName
{
color: #08CE9D;
}
</style>
background-color css
<style>
a { background-color: #08CE9D; }
a { background-color: rgb(8,206,157); }
div.DivClassName
{
background-color: #08CE9D;
}
.BgClassName
{
background-color: #08CE9D;
}
</style>
border-color css
<style>
span { border-color: #08CE9D; }
span { border-color: rgb(8,206,157); }
td.TdClassName
{
border-color: #08CE9D;
}
.TagClassName
{
border-color: #08CE9D;
}
</style>