Shades of Caribbean Green #01D5AA
Tints of Caribbean Green #01D5AA
RGB
CMYK
RGB Variations
Color information
#01D5AA (or 0x01D5AA) is known color: Caribbean Green. HEX triplet: 01, D5 and AA. RGB value is (1,213,170). Sum of RGB (Red+Green+Blue) = 1+213+170=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D5AA is #FE2A55. Grayscale: #909090. Windows color (decimal): -16656982 or 11195649. OLE color: 11195649.
HSL color Cylindrical-coordinate representation of color #01D5AA: hue angle of 167.83º 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 #01D5AA is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 170 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.16 |
| HSL | 167.83º | 0.99% | 0.42% | - |
| HSV(B) | 167.83º | 1% | 0.84% | - |
| XYZ | 31.06 | 50.5 | 46.14 | - |
| YUV | 144.71 | 142.26 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 170 | 1.00 | 0 | 0.20 | 0.16 | 167.83 | 0.99 | 0.42 |
| Hex | 1 | D5 | AA | 64 | 0 | 14 | 10 | A8 | 63 | 2A |
| Octal | 1 | 325 | 252 | 144 | 0 | 24 | 20 | 250 | 143 | 52 |
| Binary | 1 | 11010101 | 10101010 | 1100100 | 0 | 10100 | 10000 | 10101000 | 1100011 | 101010 |
Color Harmonies of #01D5AA
Complementary color
Monochromatic Colors of #01D5AA
Black with #01D5AA
Text Example
Text Example
White with #01D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5AA; }
p { color: rgb(1,213,170); }
H1.HeaderClassName
{
color: #01D5AA;
}
.AnyTagClassName
{
color: #01D5AA;
}
</style>
background-color css
<style>
a { background-color: #01D5AA; }
a { background-color: rgb(1,213,170); }
div.DivClassName
{
background-color: #01D5AA;
}
.BgClassName
{
background-color: #01D5AA;
}
</style>
border-color css
<style>
span { border-color: #01D5AA; }
span { border-color: rgb(1,213,170); }
td.TdClassName
{
border-color: #01D5AA;
}
.TagClassName
{
border-color: #01D5AA;
}
</style>