Shades of Caribbean Green #01D6AF
Tints of Caribbean Green #01D6AF
RGB
CMYK
RGB Variations
Color information
#01D6AF (or 0x01D6AF) is known color: Caribbean Green. HEX triplet: 01, D6 and AF. RGB value is (1,214,175). Sum of RGB (Red+Green+Blue) = 1+214+175=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #01D6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D6AF is #FE2950. Grayscale: #919191. Windows color (decimal): -16656721 or 11523585. OLE color: 11523585.
HSL color Cylindrical-coordinate representation of color #01D6AF: hue angle of 169.01º 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 #01D6AF is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 175 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.16 |
| HSL | 169.01º | 0.99% | 0.42% | - |
| HSV(B) | 169.01º | 1% | 0.84% | - |
| XYZ | 31.8 | 51.19 | 48.76 | - |
| YUV | 145.87 | 144.43 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 175 | 1.00 | 0 | 0.18 | 0.16 | 169.01 | 0.99 | 0.42 |
| Hex | 1 | D6 | AF | 64 | 0 | 12 | 10 | A9 | 63 | 2A |
| Octal | 1 | 326 | 257 | 144 | 0 | 22 | 20 | 251 | 143 | 52 |
| Binary | 1 | 11010110 | 10101111 | 1100100 | 0 | 10010 | 10000 | 10101001 | 1100011 | 101010 |
Color Harmonies of #01D6AF
Complementary color
Monochromatic Colors of #01D6AF
Black with #01D6AF
Text Example
Text Example
White with #01D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6AF; }
p { color: rgb(1,214,175); }
H1.HeaderClassName
{
color: #01D6AF;
}
.AnyTagClassName
{
color: #01D6AF;
}
</style>
background-color css
<style>
a { background-color: #01D6AF; }
a { background-color: rgb(1,214,175); }
div.DivClassName
{
background-color: #01D6AF;
}
.BgClassName
{
background-color: #01D6AF;
}
</style>
border-color css
<style>
span { border-color: #01D6AF; }
span { border-color: rgb(1,214,175); }
td.TdClassName
{
border-color: #01D6AF;
}
.TagClassName
{
border-color: #01D6AF;
}
</style>