Shades of Caribbean Green #00DBAA
Tints of Caribbean Green #00DBAA
RGB
CMYK
RGB Variations
Color information
#00DBAA (or 0x00DBAA) is known color: Caribbean Green. HEX triplet: 00, DB and AA. RGB value is (0,219,170). Sum of RGB (Red+Green+Blue) = 0+219+170=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DBAA is #FF2455. Grayscale: #939393. Windows color (decimal): -16720982 or 11197184. OLE color: 11197184.
HSL color Cylindrical-coordinate representation of color #00DBAA: hue angle of 166.58º 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 #00DBAA is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 219 | 170 | - |
| CMYK | 1 | 0 | 0.22 | 0.14 |
| HSL | 166.58º | 1% | 0.43% | - |
| HSV(B) | 166.58º | 1% | 0.86% | - |
| XYZ | 32.59 | 53.57 | 46.65 | - |
| YUV | 147.93 | 140.45 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 170 | 1 | 0 | 0.22 | 0.14 | 166.58 | 1 | 0.43 |
| Hex | 0 | DB | AA | 64 | 0 | 16 | E | A7 | 64 | 2B |
| Octal | 0 | 333 | 252 | 144 | 0 | 26 | 16 | 247 | 144 | 53 |
| Binary | 0 | 11011011 | 10101010 | 1100100 | 0 | 10110 | 1110 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DBAA
Complementary color
Monochromatic Colors of #00DBAA
Black with #00DBAA
Text Example
Text Example
White with #00DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBAA; }
p { color: rgb(0,219,170); }
H1.HeaderClassName
{
color: #00DBAA;
}
.AnyTagClassName
{
color: #00DBAA;
}
</style>
background-color css
<style>
a { background-color: #00DBAA; }
a { background-color: rgb(0,219,170); }
div.DivClassName
{
background-color: #00DBAA;
}
.BgClassName
{
background-color: #00DBAA;
}
</style>
border-color css
<style>
span { border-color: #00DBAA; }
span { border-color: rgb(0,219,170); }
td.TdClassName
{
border-color: #00DBAA;
}
.TagClassName
{
border-color: #00DBAA;
}
</style>