Shades of Caribbean Green #00DDAB
Tints of Caribbean Green #00DDAB
RGB
CMYK
RGB Variations
Color information
#00DDAB (or 0x00DDAB) is known color: Caribbean Green. HEX triplet: 00, DD and AB. RGB value is (0,221,171). Sum of RGB (Red+Green+Blue) = 0+221+171=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAB is #FF2254. Grayscale: #959595. Windows color (decimal): -16720469 or 11263232. OLE color: 11263232.
HSL color Cylindrical-coordinate representation of color #00DDAB: hue angle of 166.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDAB is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 171 | - |
| CMYK | 1 | 0 | 0.23 | 0.13 |
| HSL | 166.43º | 1% | 0.43% | - |
| HSV(B) | 166.43º | 1% | 0.87% | - |
| XYZ | 33.21 | 54.65 | 47.33 | - |
| YUV | 149.22 | 140.28 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 171 | 1 | 0 | 0.23 | 0.13 | 166.43 | 1 | 0.43 |
| Hex | 0 | DD | AB | 64 | 0 | 17 | D | A6 | 64 | 2B |
| Octal | 0 | 335 | 253 | 144 | 0 | 27 | 15 | 246 | 144 | 53 |
| Binary | 0 | 11011101 | 10101011 | 1100100 | 0 | 10111 | 1101 | 10100110 | 1100100 | 101011 |
Color Harmonies of #00DDAB
Complementary color
Monochromatic Colors of #00DDAB
Black with #00DDAB
Text Example
Text Example
White with #00DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDAB; }
p { color: rgb(0,221,171); }
H1.HeaderClassName
{
color: #00DDAB;
}
.AnyTagClassName
{
color: #00DDAB;
}
</style>
background-color css
<style>
a { background-color: #00DDAB; }
a { background-color: rgb(0,221,171); }
div.DivClassName
{
background-color: #00DDAB;
}
.BgClassName
{
background-color: #00DDAB;
}
</style>
border-color css
<style>
span { border-color: #00DDAB; }
span { border-color: rgb(0,221,171); }
td.TdClassName
{
border-color: #00DDAB;
}
.TagClassName
{
border-color: #00DDAB;
}
</style>