Shades of Caribbean Green #08C097
Tints of Caribbean Green #08C097
RGB
CMYK
RGB Variations
Color information
#08C097 (or 0x08C097) is known color: Caribbean Green. HEX triplet: 08, C0 and 97. RGB value is (8,192,151). Sum of RGB (Red+Green+Blue) = 8+192+151=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #08C097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C097 is #F73F68. Grayscale: #848484. Windows color (decimal): -16203625 or 9945096. OLE color: 9945096.
HSL color Cylindrical-coordinate representation of color #08C097: hue angle of 166.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C097 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 151 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.25 |
| HSL | 166.63º | 0.92% | 0.39% | - |
| HSV(B) | 166.63º | 0.96% | 0.75% | - |
| XYZ | 24.54 | 39.99 | 35.7 | - |
| YUV | 132.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 151 | 0.96 | 0 | 0.21 | 0.25 | 166.63 | 0.92 | 0.39 |
| Hex | 8 | C0 | 97 | 60 | 0 | 15 | 19 | A7 | 5C | 27 |
| Octal | 10 | 300 | 227 | 140 | 0 | 25 | 31 | 247 | 134 | 47 |
| Binary | 1000 | 11000000 | 10010111 | 1100000 | 0 | 10101 | 11001 | 10100111 | 1011100 | 100111 |
Color Harmonies of #08C097
Complementary color
Monochromatic Colors of #08C097
Black with #08C097
Text Example
Text Example
White with #08C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C097; }
p { color: rgb(8,192,151); }
H1.HeaderClassName
{
color: #08C097;
}
.AnyTagClassName
{
color: #08C097;
}
</style>
background-color css
<style>
a { background-color: #08C097; }
a { background-color: rgb(8,192,151); }
div.DivClassName
{
background-color: #08C097;
}
.BgClassName
{
background-color: #08C097;
}
</style>
border-color css
<style>
span { border-color: #08C097; }
span { border-color: rgb(8,192,151); }
td.TdClassName
{
border-color: #08C097;
}
.TagClassName
{
border-color: #08C097;
}
</style>