Shades of Caribbean Green #00DAAB
Tints of Caribbean Green #00DAAB
RGB
CMYK
RGB Variations
Color information
#00DAAB (or 0x00DAAB) is known color: Caribbean Green. HEX triplet: 00, DA and AB. RGB value is (0,218,171). Sum of RGB (Red+Green+Blue) = 0+218+171=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DAAB is #FF2554. Grayscale: #939393. Windows color (decimal): -16721237 or 11262464. OLE color: 11262464.
HSL color Cylindrical-coordinate representation of color #00DAAB: hue angle of 167.06º 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 #00DAAB is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 171 | - |
| CMYK | 1 | 0 | 0.22 | 0.15 |
| HSL | 167.06º | 1% | 0.43% | - |
| HSV(B) | 167.06º | 1% | 0.85% | - |
| XYZ | 32.42 | 53.08 | 47.07 | - |
| YUV | 147.46 | 141.28 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 171 | 1 | 0 | 0.22 | 0.15 | 167.06 | 1 | 0.43 |
| Hex | 0 | DA | AB | 64 | 0 | 16 | F | A7 | 64 | 2B |
| Octal | 0 | 332 | 253 | 144 | 0 | 26 | 17 | 247 | 144 | 53 |
| Binary | 0 | 11011010 | 10101011 | 1100100 | 0 | 10110 | 1111 | 10100111 | 1100100 | 101011 |
Color Harmonies of #00DAAB
Complementary color
Monochromatic Colors of #00DAAB
Black with #00DAAB
Text Example
Text Example
White with #00DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAAB; }
p { color: rgb(0,218,171); }
H1.HeaderClassName
{
color: #00DAAB;
}
.AnyTagClassName
{
color: #00DAAB;
}
</style>
background-color css
<style>
a { background-color: #00DAAB; }
a { background-color: rgb(0,218,171); }
div.DivClassName
{
background-color: #00DAAB;
}
.BgClassName
{
background-color: #00DAAB;
}
</style>
border-color css
<style>
span { border-color: #00DAAB; }
span { border-color: rgb(0,218,171); }
td.TdClassName
{
border-color: #00DAAB;
}
.TagClassName
{
border-color: #00DAAB;
}
</style>