Shades of Caribbean Green #00DFA3
Tints of Caribbean Green #00DFA3
RGB
CMYK
RGB Variations
Color information
#00DFA3 (or 0x00DFA3) is known color: Caribbean Green. HEX triplet: 00, DF and A3. RGB value is (0,223,163). Sum of RGB (Red+Green+Blue) = 0+223+163=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFA3 is #FF205C. Grayscale: #959595. Windows color (decimal): -16719965 or 10739456. OLE color: 10739456.
HSL color Cylindrical-coordinate representation of color #00DFA3: hue angle of 163.86º 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 #00DFA3 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 163 | - |
| CMYK | 1 | 0 | 0.27 | 0.13 |
| HSL | 163.86º | 1% | 0.44% | - |
| HSV(B) | 163.86º | 1% | 0.87% | - |
| XYZ | 33 | 55.42 | 43.61 | - |
| YUV | 149.48 | 135.62 | 21.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 163 | 1 | 0 | 0.27 | 0.13 | 163.86 | 1 | 0.44 |
| Hex | 0 | DF | A3 | 64 | 0 | 1B | D | A4 | 64 | 2C |
| Octal | 0 | 337 | 243 | 144 | 0 | 33 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011111 | 10100011 | 1100100 | 0 | 11011 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DFA3
Complementary color
Monochromatic Colors of #00DFA3
Black with #00DFA3
Text Example
Text Example
White with #00DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFA3; }
p { color: rgb(0,223,163); }
H1.HeaderClassName
{
color: #00DFA3;
}
.AnyTagClassName
{
color: #00DFA3;
}
</style>
background-color css
<style>
a { background-color: #00DFA3; }
a { background-color: rgb(0,223,163); }
div.DivClassName
{
background-color: #00DFA3;
}
.BgClassName
{
background-color: #00DFA3;
}
</style>
border-color css
<style>
span { border-color: #00DFA3; }
span { border-color: rgb(0,223,163); }
td.TdClassName
{
border-color: #00DFA3;
}
.TagClassName
{
border-color: #00DFA3;
}
</style>