Shades of Caribbean Green #08DBB0
Tints of Caribbean Green #08DBB0
RGB
CMYK
RGB Variations
Color information
#08DBB0 (or 0x08DBB0) is known color: Caribbean Green. HEX triplet: 08, DB and B0. RGB value is (8,219,176). Sum of RGB (Red+Green+Blue) = 8+219+176=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DBB0 is #F7244F. Grayscale: #969696. Windows color (decimal): -16196688 or 11590408. OLE color: 11590408.
HSL color Cylindrical-coordinate representation of color #08DBB0: hue angle of 167.77º 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 #08DBB0 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 176 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.14 |
| HSL | 167.77º | 0.93% | 0.45% | - |
| HSV(B) | 167.77º | 0.96% | 0.86% | - |
| XYZ | 33.27 | 53.85 | 49.71 | - |
| YUV | 151.01 | 142.1 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 176 | 0.96 | 0 | 0.20 | 0.14 | 167.77 | 0.93 | 0.45 |
| Hex | 8 | DB | B0 | 60 | 0 | 14 | E | A8 | 5D | 2D |
| Octal | 10 | 333 | 260 | 140 | 0 | 24 | 16 | 250 | 135 | 55 |
| Binary | 1000 | 11011011 | 10110000 | 1100000 | 0 | 10100 | 1110 | 10101000 | 1011101 | 101101 |
Color Harmonies of #08DBB0
Complementary color
Monochromatic Colors of #08DBB0
Black with #08DBB0
Text Example
Text Example
White with #08DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBB0; }
p { color: rgb(8,219,176); }
H1.HeaderClassName
{
color: #08DBB0;
}
.AnyTagClassName
{
color: #08DBB0;
}
</style>
background-color css
<style>
a { background-color: #08DBB0; }
a { background-color: rgb(8,219,176); }
div.DivClassName
{
background-color: #08DBB0;
}
.BgClassName
{
background-color: #08DBB0;
}
</style>
border-color css
<style>
span { border-color: #08DBB0; }
span { border-color: rgb(8,219,176); }
td.TdClassName
{
border-color: #08DBB0;
}
.TagClassName
{
border-color: #08DBB0;
}
</style>