Shades of Caribbean Green #08DBAC
Tints of Caribbean Green #08DBAC
RGB
CMYK
RGB Variations
Color information
#08DBAC (or 0x08DBAC) is known color: Caribbean Green. HEX triplet: 08, DB and AC. RGB value is (8,219,172). Sum of RGB (Red+Green+Blue) = 8+219+172=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DBAC is #F72453. Grayscale: #969696. Windows color (decimal): -16196692 or 11328264. OLE color: 11328264.
HSL color Cylindrical-coordinate representation of color #08DBAC: hue angle of 166.64º 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 #08DBAC is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 172 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.14 |
| HSL | 166.64º | 0.93% | 0.45% | - |
| HSV(B) | 166.64º | 0.96% | 0.86% | - |
| XYZ | 32.88 | 53.69 | 47.66 | - |
| YUV | 150.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 172 | 0.96 | 0 | 0.21 | 0.14 | 166.64 | 0.93 | 0.45 |
| Hex | 8 | DB | AC | 60 | 0 | 15 | E | A7 | 5D | 2D |
| Octal | 10 | 333 | 254 | 140 | 0 | 25 | 16 | 247 | 135 | 55 |
| Binary | 1000 | 11011011 | 10101100 | 1100000 | 0 | 10101 | 1110 | 10100111 | 1011101 | 101101 |
Color Harmonies of #08DBAC
Complementary color
Monochromatic Colors of #08DBAC
Black with #08DBAC
Text Example
Text Example
White with #08DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBAC; }
p { color: rgb(8,219,172); }
H1.HeaderClassName
{
color: #08DBAC;
}
.AnyTagClassName
{
color: #08DBAC;
}
</style>
background-color css
<style>
a { background-color: #08DBAC; }
a { background-color: rgb(8,219,172); }
div.DivClassName
{
background-color: #08DBAC;
}
.BgClassName
{
background-color: #08DBAC;
}
</style>
border-color css
<style>
span { border-color: #08DBAC; }
span { border-color: rgb(8,219,172); }
td.TdClassName
{
border-color: #08DBAC;
}
.TagClassName
{
border-color: #08DBAC;
}
</style>