Shades of Caribbean Green #00DBAF
Tints of Caribbean Green #00DBAF
RGB
CMYK
RGB Variations
Color information
#00DBAF (or 0x00DBAF) is known color: Caribbean Green. HEX triplet: 00, DB and AF. RGB value is (0,219,175). Sum of RGB (Red+Green+Blue) = 0+219+175=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DBAF is #FF2450. Grayscale: #949494. Windows color (decimal): -16720977 or 11524864. OLE color: 11524864.
HSL color Cylindrical-coordinate representation of color #00DBAF: hue angle of 167.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBAF is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 219 | 175 | - |
| CMYK | 1 | 0 | 0.20 | 0.14 |
| HSL | 167.95º | 1% | 0.43% | - |
| HSV(B) | 167.95º | 1% | 0.86% | - |
| XYZ | 33.07 | 53.76 | 49.19 | - |
| YUV | 148.5 | 142.95 | 22.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 175 | 1 | 0 | 0.20 | 0.14 | 167.95 | 1 | 0.43 |
| Hex | 0 | DB | AF | 64 | 0 | 14 | E | A8 | 64 | 2B |
| Octal | 0 | 333 | 257 | 144 | 0 | 24 | 16 | 250 | 144 | 53 |
| Binary | 0 | 11011011 | 10101111 | 1100100 | 0 | 10100 | 1110 | 10101000 | 1100100 | 101011 |
Color Harmonies of #00DBAF
Complementary color
Monochromatic Colors of #00DBAF
Black with #00DBAF
Text Example
Text Example
White with #00DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBAF; }
p { color: rgb(0,219,175); }
H1.HeaderClassName
{
color: #00DBAF;
}
.AnyTagClassName
{
color: #00DBAF;
}
</style>
background-color css
<style>
a { background-color: #00DBAF; }
a { background-color: rgb(0,219,175); }
div.DivClassName
{
background-color: #00DBAF;
}
.BgClassName
{
background-color: #00DBAF;
}
</style>
border-color css
<style>
span { border-color: #00DBAF; }
span { border-color: rgb(0,219,175); }
td.TdClassName
{
border-color: #00DBAF;
}
.TagClassName
{
border-color: #00DBAF;
}
</style>