Shades of Caribbean Green #00DFB2
Tints of Caribbean Green #00DFB2
RGB
CMYK
RGB Variations
Color information
#00DFB2 (or 0x00DFB2) is known color: Caribbean Green. HEX triplet: 00, DF and B2. RGB value is (0,223,178). Sum of RGB (Red+Green+Blue) = 0+223+178=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFB2 is #FF204D. Grayscale: #979797. Windows color (decimal): -16719950 or 11722496. OLE color: 11722496.
HSL color Cylindrical-coordinate representation of color #00DFB2: hue angle of 167.89º 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 #00DFB2 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 178 | - |
| CMYK | 1 | 0 | 0.20 | 0.13 |
| HSL | 167.89º | 1% | 0.44% | - |
| HSV(B) | 167.89º | 1% | 0.87% | - |
| XYZ | 34.42 | 55.99 | 51.11 | - |
| YUV | 151.19 | 143.12 | 20.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 178 | 1 | 0 | 0.20 | 0.13 | 167.89 | 1 | 0.44 |
| Hex | 0 | DF | B2 | 64 | 0 | 14 | D | A8 | 64 | 2C |
| Octal | 0 | 337 | 262 | 144 | 0 | 24 | 15 | 250 | 144 | 54 |
| Binary | 0 | 11011111 | 10110010 | 1100100 | 0 | 10100 | 1101 | 10101000 | 1100100 | 101100 |
Color Harmonies of #00DFB2
Complementary color
Monochromatic Colors of #00DFB2
Black with #00DFB2
Text Example
Text Example
White with #00DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFB2; }
p { color: rgb(0,223,178); }
H1.HeaderClassName
{
color: #00DFB2;
}
.AnyTagClassName
{
color: #00DFB2;
}
</style>
background-color css
<style>
a { background-color: #00DFB2; }
a { background-color: rgb(0,223,178); }
div.DivClassName
{
background-color: #00DFB2;
}
.BgClassName
{
background-color: #00DFB2;
}
</style>
border-color css
<style>
span { border-color: #00DFB2; }
span { border-color: rgb(0,223,178); }
td.TdClassName
{
border-color: #00DFB2;
}
.TagClassName
{
border-color: #00DFB2;
}
</style>