Shades of Caribbean Green #08E197
Tints of Caribbean Green #08E197
RGB
CMYK
RGB Variations
Color information
#08E197 (or 0x08E197) is known color: Caribbean Green. HEX triplet: 08, E1 and 97. RGB value is (8,225,151). Sum of RGB (Red+Green+Blue) = 8+225+151=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #08E197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E197 is #F71E68. Grayscale: #979797. Windows color (decimal): -16195177 or 9953544. OLE color: 9953544.
HSL color Cylindrical-coordinate representation of color #08E197: hue angle of 159.54º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E197 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 151 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.12 |
| HSL | 159.54º | 0.93% | 0.46% | - |
| HSV(B) | 159.54º | 0.96% | 0.88% | - |
| XYZ | 32.61 | 56.14 | 38.39 | - |
| YUV | 151.68 | 127.61 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 151 | 0.96 | 0 | 0.33 | 0.12 | 159.54 | 0.93 | 0.46 |
| Hex | 8 | E1 | 97 | 60 | 0 | 21 | C | A0 | 5D | 2E |
| Octal | 10 | 341 | 227 | 140 | 0 | 41 | 14 | 240 | 135 | 56 |
| Binary | 1000 | 11100001 | 10010111 | 1100000 | 0 | 100001 | 1100 | 10100000 | 1011101 | 101110 |
Color Harmonies of #08E197
Complementary color
Monochromatic Colors of #08E197
Black with #08E197
Text Example
Text Example
White with #08E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E197; }
p { color: rgb(8,225,151); }
H1.HeaderClassName
{
color: #08E197;
}
.AnyTagClassName
{
color: #08E197;
}
</style>
background-color css
<style>
a { background-color: #08E197; }
a { background-color: rgb(8,225,151); }
div.DivClassName
{
background-color: #08E197;
}
.BgClassName
{
background-color: #08E197;
}
</style>
border-color css
<style>
span { border-color: #08E197; }
span { border-color: rgb(8,225,151); }
td.TdClassName
{
border-color: #08E197;
}
.TagClassName
{
border-color: #08E197;
}
</style>