Shades of Caribbean Green #00DAB2
Tints of Caribbean Green #00DAB2
RGB
CMYK
RGB Variations
Color information
#00DAB2 (or 0x00DAB2) is known color: Caribbean Green. HEX triplet: 00, DA and B2. RGB value is (0,218,178). Sum of RGB (Red+Green+Blue) = 0+218+178=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DAB2 is #FF254D. Grayscale: #949494. Windows color (decimal): -16721230 or 11721216. OLE color: 11721216.
HSL color Cylindrical-coordinate representation of color #00DAB2: hue angle of 168.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAB2 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 178 | - |
| CMYK | 1 | 0 | 0.18 | 0.15 |
| HSL | 168.99º | 1% | 0.43% | - |
| HSV(B) | 168.99º | 1% | 0.85% | - |
| XYZ | 33.11 | 53.36 | 50.67 | - |
| YUV | 148.26 | 144.78 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 178 | 1 | 0 | 0.18 | 0.15 | 168.99 | 1 | 0.43 |
| Hex | 0 | DA | B2 | 64 | 0 | 12 | F | A9 | 64 | 2B |
| Octal | 0 | 332 | 262 | 144 | 0 | 22 | 17 | 251 | 144 | 53 |
| Binary | 0 | 11011010 | 10110010 | 1100100 | 0 | 10010 | 1111 | 10101001 | 1100100 | 101011 |
Color Harmonies of #00DAB2
Complementary color
Monochromatic Colors of #00DAB2
Black with #00DAB2
Text Example
Text Example
White with #00DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAB2; }
p { color: rgb(0,218,178); }
H1.HeaderClassName
{
color: #00DAB2;
}
.AnyTagClassName
{
color: #00DAB2;
}
</style>
background-color css
<style>
a { background-color: #00DAB2; }
a { background-color: rgb(0,218,178); }
div.DivClassName
{
background-color: #00DAB2;
}
.BgClassName
{
background-color: #00DAB2;
}
</style>
border-color css
<style>
span { border-color: #00DAB2; }
span { border-color: rgb(0,218,178); }
td.TdClassName
{
border-color: #00DAB2;
}
.TagClassName
{
border-color: #00DAB2;
}
</style>