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