Shades of Caribbean Green #08DB8E
Tints of Caribbean Green #08DB8E
RGB
CMYK
RGB Variations
Color information
#08DB8E (or 0x08DB8E) is known color: Caribbean Green. HEX triplet: 08, DB and 8E. RGB value is (8,219,142). Sum of RGB (Red+Green+Blue) = 8+219+142=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DB8E is #F72471. Grayscale: #939393. Windows color (decimal): -16196722 or 9362184. OLE color: 9362184.
HSL color Cylindrical-coordinate representation of color #08DB8E: hue angle of 158.1º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB8E is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 142 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.14 |
| HSL | 158.1º | 0.93% | 0.45% | - |
| HSV(B) | 158.1º | 0.96% | 0.86% | - |
| XYZ | 30.31 | 52.67 | 34.16 | - |
| YUV | 147.13 | 125.1 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 142 | 0.96 | 0 | 0.35 | 0.14 | 158.1 | 0.93 | 0.45 |
| Hex | 8 | DB | 8E | 60 | 0 | 23 | E | 9E | 5D | 2D |
| Octal | 10 | 333 | 216 | 140 | 0 | 43 | 16 | 236 | 135 | 55 |
| Binary | 1000 | 11011011 | 10001110 | 1100000 | 0 | 100011 | 1110 | 10011110 | 1011101 | 101101 |
Color Harmonies of #08DB8E
Complementary color
Monochromatic Colors of #08DB8E
Black with #08DB8E
Text Example
Text Example
White with #08DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB8E; }
p { color: rgb(8,219,142); }
H1.HeaderClassName
{
color: #08DB8E;
}
.AnyTagClassName
{
color: #08DB8E;
}
</style>
background-color css
<style>
a { background-color: #08DB8E; }
a { background-color: rgb(8,219,142); }
div.DivClassName
{
background-color: #08DB8E;
}
.BgClassName
{
background-color: #08DB8E;
}
</style>
border-color css
<style>
span { border-color: #08DB8E; }
span { border-color: rgb(8,219,142); }
td.TdClassName
{
border-color: #08DB8E;
}
.TagClassName
{
border-color: #08DB8E;
}
</style>