Shades of Caribbean Green #00DFAB
Tints of Caribbean Green #00DFAB
RGB
CMYK
RGB Variations
Color information
#00DFAB (or 0x00DFAB) is known color: Caribbean Green. HEX triplet: 00, DF and AB. RGB value is (0,223,171). Sum of RGB (Red+Green+Blue) = 0+223+171=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFAB is #FF2054. Grayscale: #969696. Windows color (decimal): -16719957 or 11263744. OLE color: 11263744.
HSL color Cylindrical-coordinate representation of color #00DFAB: hue angle of 166.01º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFAB is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 171 | - |
| CMYK | 1 | 0 | 0.23 | 0.13 |
| HSL | 166.01º | 1% | 0.44% | - |
| HSV(B) | 166.01º | 1% | 0.87% | - |
| XYZ | 33.74 | 55.72 | 47.5 | - |
| YUV | 150.4 | 139.62 | 20.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 171 | 1 | 0 | 0.23 | 0.13 | 166.01 | 1 | 0.44 |
| Hex | 0 | DF | AB | 64 | 0 | 17 | D | A6 | 64 | 2C |
| Octal | 0 | 337 | 253 | 144 | 0 | 27 | 15 | 246 | 144 | 54 |
| Binary | 0 | 11011111 | 10101011 | 1100100 | 0 | 10111 | 1101 | 10100110 | 1100100 | 101100 |
Color Harmonies of #00DFAB
Complementary color
Monochromatic Colors of #00DFAB
Black with #00DFAB
Text Example
Text Example
White with #00DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFAB; }
p { color: rgb(0,223,171); }
H1.HeaderClassName
{
color: #00DFAB;
}
.AnyTagClassName
{
color: #00DFAB;
}
</style>
background-color css
<style>
a { background-color: #00DFAB; }
a { background-color: rgb(0,223,171); }
div.DivClassName
{
background-color: #00DFAB;
}
.BgClassName
{
background-color: #00DFAB;
}
</style>
border-color css
<style>
span { border-color: #00DFAB; }
span { border-color: rgb(0,223,171); }
td.TdClassName
{
border-color: #00DFAB;
}
.TagClassName
{
border-color: #00DFAB;
}
</style>