Shades of Caribbean Green #00DFA4
Tints of Caribbean Green #00DFA4
RGB
CMYK
RGB Variations
Color information
#00DFA4 (or 0x00DFA4) is known color: Caribbean Green. HEX triplet: 00, DF and A4. RGB value is (0,223,164). Sum of RGB (Red+Green+Blue) = 0+223+164=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFA4 is #FF205B. Grayscale: #959595. Windows color (decimal): -16719964 or 10804992. OLE color: 10804992.
HSL color Cylindrical-coordinate representation of color #00DFA4: hue angle of 164.13º 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 #00DFA4 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 164 | - |
| CMYK | 1 | 0 | 0.26 | 0.13 |
| HSL | 164.13º | 1% | 0.44% | - |
| HSV(B) | 164.13º | 1% | 0.87% | - |
| XYZ | 33.09 | 55.46 | 44.08 | - |
| YUV | 149.6 | 136.12 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 164 | 1 | 0 | 0.26 | 0.13 | 164.13 | 1 | 0.44 |
| Hex | 0 | DF | A4 | 64 | 0 | 1A | D | A4 | 64 | 2C |
| Octal | 0 | 337 | 244 | 144 | 0 | 32 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011111 | 10100100 | 1100100 | 0 | 11010 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DFA4
Complementary color
Monochromatic Colors of #00DFA4
Black with #00DFA4
Text Example
Text Example
White with #00DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFA4; }
p { color: rgb(0,223,164); }
H1.HeaderClassName
{
color: #00DFA4;
}
.AnyTagClassName
{
color: #00DFA4;
}
</style>
background-color css
<style>
a { background-color: #00DFA4; }
a { background-color: rgb(0,223,164); }
div.DivClassName
{
background-color: #00DFA4;
}
.BgClassName
{
background-color: #00DFA4;
}
</style>
border-color css
<style>
span { border-color: #00DFA4; }
span { border-color: rgb(0,223,164); }
td.TdClassName
{
border-color: #00DFA4;
}
.TagClassName
{
border-color: #00DFA4;
}
</style>