Shades of Caribbean Green #08D097
Tints of Caribbean Green #08D097
RGB
CMYK
RGB Variations
Color information
#08D097 (or 0x08D097) is known color: Caribbean Green. HEX triplet: 08, D0 and 97. RGB value is (8,208,151). Sum of RGB (Red+Green+Blue) = 8+208+151=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #08D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D097 is #F72F68. Grayscale: #8D8D8D. Windows color (decimal): -16199529 or 9949192. OLE color: 9949192.
HSL color Cylindrical-coordinate representation of color #08D097: hue angle of 162.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D097 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 151 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.18 |
| HSL | 162.9º | 0.93% | 0.42% | - |
| HSV(B) | 162.9º | 0.96% | 0.82% | - |
| XYZ | 28.24 | 47.4 | 36.94 | - |
| YUV | 141.7 | 133.24 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 151 | 0.96 | 0 | 0.27 | 0.18 | 162.9 | 0.93 | 0.42 |
| Hex | 8 | D0 | 97 | 60 | 0 | 1B | 12 | A3 | 5D | 2A |
| Octal | 10 | 320 | 227 | 140 | 0 | 33 | 22 | 243 | 135 | 52 |
| Binary | 1000 | 11010000 | 10010111 | 1100000 | 0 | 11011 | 10010 | 10100011 | 1011101 | 101010 |
Color Harmonies of #08D097
Complementary color
Monochromatic Colors of #08D097
Black with #08D097
Text Example
Text Example
White with #08D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D097; }
p { color: rgb(8,208,151); }
H1.HeaderClassName
{
color: #08D097;
}
.AnyTagClassName
{
color: #08D097;
}
</style>
background-color css
<style>
a { background-color: #08D097; }
a { background-color: rgb(8,208,151); }
div.DivClassName
{
background-color: #08D097;
}
.BgClassName
{
background-color: #08D097;
}
</style>
border-color css
<style>
span { border-color: #08D097; }
span { border-color: rgb(8,208,151); }
td.TdClassName
{
border-color: #08D097;
}
.TagClassName
{
border-color: #08D097;
}
</style>