Shades of Caribbean Green #00DFA6
Tints of Caribbean Green #00DFA6
RGB
CMYK
RGB Variations
Color information
#00DFA6 (or 0x00DFA6) is known color: Caribbean Green. HEX triplet: 00, DF and A6. RGB value is (0,223,166). Sum of RGB (Red+Green+Blue) = 0+223+166=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFA6 is #FF2059. Grayscale: #959595. Windows color (decimal): -16719962 or 10936064. OLE color: 10936064.
HSL color Cylindrical-coordinate representation of color #00DFA6: hue angle of 164.66º 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 #00DFA6 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 166 | - |
| CMYK | 1 | 0 | 0.26 | 0.13 |
| HSL | 164.66º | 1% | 0.44% | - |
| HSV(B) | 164.66º | 1% | 0.87% | - |
| XYZ | 33.27 | 55.53 | 45.04 | - |
| YUV | 149.83 | 137.12 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 166 | 1 | 0 | 0.26 | 0.13 | 164.66 | 1 | 0.44 |
| Hex | 0 | DF | A6 | 64 | 0 | 1A | D | A5 | 64 | 2C |
| Octal | 0 | 337 | 246 | 144 | 0 | 32 | 15 | 245 | 144 | 54 |
| Binary | 0 | 11011111 | 10100110 | 1100100 | 0 | 11010 | 1101 | 10100101 | 1100100 | 101100 |
Color Harmonies of #00DFA6
Complementary color
Monochromatic Colors of #00DFA6
Black with #00DFA6
Text Example
Text Example
White with #00DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFA6; }
p { color: rgb(0,223,166); }
H1.HeaderClassName
{
color: #00DFA6;
}
.AnyTagClassName
{
color: #00DFA6;
}
</style>
background-color css
<style>
a { background-color: #00DFA6; }
a { background-color: rgb(0,223,166); }
div.DivClassName
{
background-color: #00DFA6;
}
.BgClassName
{
background-color: #00DFA6;
}
</style>
border-color css
<style>
span { border-color: #00DFA6; }
span { border-color: rgb(0,223,166); }
td.TdClassName
{
border-color: #00DFA6;
}
.TagClassName
{
border-color: #00DFA6;
}
</style>