Shades of Caribbean Green #00D6B0
Tints of Caribbean Green #00D6B0
RGB
CMYK
RGB Variations
Color information
#00D6B0 (or 0x00D6B0) is known color: Caribbean Green. HEX triplet: 00, D6 and B0. RGB value is (0,214,176). Sum of RGB (Red+Green+Blue) = 0+214+176=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D6B0 is #FF294F. Grayscale: #919191. Windows color (decimal): -16722256 or 11589120. OLE color: 11589120.
HSL color Cylindrical-coordinate representation of color #00D6B0: hue angle of 169.35º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6B0 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 176 | - |
| CMYK | 1 | 0 | 0.18 | 0.16 |
| HSL | 169.35º | 1% | 0.42% | - |
| HSV(B) | 169.35º | 1% | 0.84% | - |
| XYZ | 31.88 | 51.23 | 49.28 | - |
| YUV | 145.68 | 145.1 | 24.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 176 | 1 | 0 | 0.18 | 0.16 | 169.35 | 1 | 0.42 |
| Hex | 0 | D6 | B0 | 64 | 0 | 12 | 10 | A9 | 64 | 2A |
| Octal | 0 | 326 | 260 | 144 | 0 | 22 | 20 | 251 | 144 | 52 |
| Binary | 0 | 11010110 | 10110000 | 1100100 | 0 | 10010 | 10000 | 10101001 | 1100100 | 101010 |
Color Harmonies of #00D6B0
Complementary color
Monochromatic Colors of #00D6B0
Black with #00D6B0
Text Example
Text Example
White with #00D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6B0; }
p { color: rgb(0,214,176); }
H1.HeaderClassName
{
color: #00D6B0;
}
.AnyTagClassName
{
color: #00D6B0;
}
</style>
background-color css
<style>
a { background-color: #00D6B0; }
a { background-color: rgb(0,214,176); }
div.DivClassName
{
background-color: #00D6B0;
}
.BgClassName
{
background-color: #00D6B0;
}
</style>
border-color css
<style>
span { border-color: #00D6B0; }
span { border-color: rgb(0,214,176); }
td.TdClassName
{
border-color: #00D6B0;
}
.TagClassName
{
border-color: #00D6B0;
}
</style>