Shades of Caribbean Green #08D990
Tints of Caribbean Green #08D990
RGB
CMYK
RGB Variations
Color information
#08D990 (or 0x08D990) is known color: Caribbean Green. HEX triplet: 08, D9 and 90. RGB value is (8,217,144). Sum of RGB (Red+Green+Blue) = 8+217+144=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #08D990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D990 is #F7266F. Grayscale: #929292. Windows color (decimal): -16197232 or 9492744. OLE color: 9492744.
HSL color Cylindrical-coordinate representation of color #08D990: hue angle of 159.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D990 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 144 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.15 |
| HSL | 159.04º | 0.93% | 0.44% | - |
| HSV(B) | 159.04º | 0.96% | 0.85% | - |
| XYZ | 29.95 | 51.69 | 34.78 | - |
| YUV | 146.19 | 126.76 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 144 | 0.96 | 0 | 0.34 | 0.15 | 159.04 | 0.93 | 0.44 |
| Hex | 8 | D9 | 90 | 60 | 0 | 22 | F | 9F | 5D | 2C |
| Octal | 10 | 331 | 220 | 140 | 0 | 42 | 17 | 237 | 135 | 54 |
| Binary | 1000 | 11011001 | 10010000 | 1100000 | 0 | 100010 | 1111 | 10011111 | 1011101 | 101100 |
Color Harmonies of #08D990
Complementary color
Monochromatic Colors of #08D990
Black with #08D990
Text Example
Text Example
White with #08D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D990; }
p { color: rgb(8,217,144); }
H1.HeaderClassName
{
color: #08D990;
}
.AnyTagClassName
{
color: #08D990;
}
</style>
background-color css
<style>
a { background-color: #08D990; }
a { background-color: rgb(8,217,144); }
div.DivClassName
{
background-color: #08D990;
}
.BgClassName
{
background-color: #08D990;
}
</style>
border-color css
<style>
span { border-color: #08D990; }
span { border-color: rgb(8,217,144); }
td.TdClassName
{
border-color: #08D990;
}
.TagClassName
{
border-color: #08D990;
}
</style>