Shades of Caribbean Green #01D4AF
Tints of Caribbean Green #01D4AF
RGB
CMYK
RGB Variations
Color information
#01D4AF (or 0x01D4AF) is known color: Caribbean Green. HEX triplet: 01, D4 and AF. RGB value is (1,212,175). Sum of RGB (Red+Green+Blue) = 1+212+175=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D4AF is #FE2B50. Grayscale: #909090. Windows color (decimal): -16657233 or 11523073. OLE color: 11523073.
HSL color Cylindrical-coordinate representation of color #01D4AF: hue angle of 169.48º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D4AF is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 175 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.17 |
| HSL | 169.48º | 0.99% | 0.42% | - |
| HSV(B) | 169.48º | 1% | 0.83% | - |
| XYZ | 31.29 | 50.19 | 48.6 | - |
| YUV | 144.69 | 145.1 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 175 | 1.00 | 0 | 0.17 | 0.17 | 169.48 | 0.99 | 0.42 |
| Hex | 1 | D4 | AF | 64 | 0 | 11 | 11 | A9 | 63 | 2A |
| Octal | 1 | 324 | 257 | 144 | 0 | 21 | 21 | 251 | 143 | 52 |
| Binary | 1 | 11010100 | 10101111 | 1100100 | 0 | 10001 | 10001 | 10101001 | 1100011 | 101010 |
Color Harmonies of #01D4AF
Complementary color
Monochromatic Colors of #01D4AF
Black with #01D4AF
Text Example
Text Example
White with #01D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4AF; }
p { color: rgb(1,212,175); }
H1.HeaderClassName
{
color: #01D4AF;
}
.AnyTagClassName
{
color: #01D4AF;
}
</style>
background-color css
<style>
a { background-color: #01D4AF; }
a { background-color: rgb(1,212,175); }
div.DivClassName
{
background-color: #01D4AF;
}
.BgClassName
{
background-color: #01D4AF;
}
</style>
border-color css
<style>
span { border-color: #01D4AF; }
span { border-color: rgb(1,212,175); }
td.TdClassName
{
border-color: #01D4AF;
}
.TagClassName
{
border-color: #01D4AF;
}
</style>