Shades of Caribbean Green #01D8AA
Tints of Caribbean Green #01D8AA
RGB
CMYK
RGB Variations
Color information
#01D8AA (or 0x01D8AA) is known color: Caribbean Green. HEX triplet: 01, D8 and AA. RGB value is (1,216,170). Sum of RGB (Red+Green+Blue) = 1+216+170=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D8AA is #FE2755. Grayscale: #929292. Windows color (decimal): -16656214 or 11196417. OLE color: 11196417.
HSL color Cylindrical-coordinate representation of color #01D8AA: hue angle of 167.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D8AA is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 170 | - |
| CMYK | 1.00 | 0 | 0.21 | 0.15 |
| HSL | 167.16º | 0.99% | 0.43% | - |
| HSV(B) | 167.16º | 1% | 0.85% | - |
| XYZ | 31.82 | 52.02 | 46.39 | - |
| YUV | 146.47 | 141.27 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 170 | 1.00 | 0 | 0.21 | 0.15 | 167.16 | 0.99 | 0.43 |
| Hex | 1 | D8 | AA | 64 | 0 | 15 | F | A7 | 63 | 2B |
| Octal | 1 | 330 | 252 | 144 | 0 | 25 | 17 | 247 | 143 | 53 |
| Binary | 1 | 11011000 | 10101010 | 1100100 | 0 | 10101 | 1111 | 10100111 | 1100011 | 101011 |
Color Harmonies of #01D8AA
Complementary color
Monochromatic Colors of #01D8AA
Black with #01D8AA
Text Example
Text Example
White with #01D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D8AA; }
p { color: rgb(1,216,170); }
H1.HeaderClassName
{
color: #01D8AA;
}
.AnyTagClassName
{
color: #01D8AA;
}
</style>
background-color css
<style>
a { background-color: #01D8AA; }
a { background-color: rgb(1,216,170); }
div.DivClassName
{
background-color: #01D8AA;
}
.BgClassName
{
background-color: #01D8AA;
}
</style>
border-color css
<style>
span { border-color: #01D8AA; }
span { border-color: rgb(1,216,170); }
td.TdClassName
{
border-color: #01D8AA;
}
.TagClassName
{
border-color: #01D8AA;
}
</style>