Shades of Caribbean Green #00DFA2
Tints of Caribbean Green #00DFA2
RGB
CMYK
RGB Variations
Color information
#00DFA2 (or 0x00DFA2) is known color: Caribbean Green. HEX triplet: 00, DF and A2. RGB value is (0,223,162). Sum of RGB (Red+Green+Blue) = 0+223+162=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFA2 is #FF205D. Grayscale: #959595. Windows color (decimal): -16719966 or 10673920. OLE color: 10673920.
HSL color Cylindrical-coordinate representation of color #00DFA2: hue angle of 163.59º 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 #00DFA2 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 162 | - |
| CMYK | 1 | 0 | 0.27 | 0.13 |
| HSL | 163.59º | 1% | 0.44% | - |
| HSV(B) | 163.59º | 1% | 0.87% | - |
| XYZ | 32.91 | 55.38 | 43.14 | - |
| YUV | 149.37 | 135.12 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 162 | 1 | 0 | 0.27 | 0.13 | 163.59 | 1 | 0.44 |
| Hex | 0 | DF | A2 | 64 | 0 | 1B | D | A4 | 64 | 2C |
| Octal | 0 | 337 | 242 | 144 | 0 | 33 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011111 | 10100010 | 1100100 | 0 | 11011 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DFA2
Complementary color
Monochromatic Colors of #00DFA2
Black with #00DFA2
Text Example
Text Example
White with #00DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFA2; }
p { color: rgb(0,223,162); }
H1.HeaderClassName
{
color: #00DFA2;
}
.AnyTagClassName
{
color: #00DFA2;
}
</style>
background-color css
<style>
a { background-color: #00DFA2; }
a { background-color: rgb(0,223,162); }
div.DivClassName
{
background-color: #00DFA2;
}
.BgClassName
{
background-color: #00DFA2;
}
</style>
border-color css
<style>
span { border-color: #00DFA2; }
span { border-color: rgb(0,223,162); }
td.TdClassName
{
border-color: #00DFA2;
}
.TagClassName
{
border-color: #00DFA2;
}
</style>