Shades of Caribbean Green #01C5AF
Tints of Caribbean Green #01C5AF
RGB
CMYK
RGB Variations
Color information
#01C5AF (or 0x01C5AF) is known color: Caribbean Green. HEX triplet: 01, C5 and AF. RGB value is (1,197,175). Sum of RGB (Red+Green+Blue) = 1+197+175=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #01C5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C5AF is #FE3A50. Grayscale: #878787. Windows color (decimal): -16661073 or 11519233. OLE color: 11519233.
HSL color Cylindrical-coordinate representation of color #01C5AF: hue angle of 173.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C5AF is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 175 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.23 |
| HSL | 173.27º | 0.99% | 0.39% | - |
| HSV(B) | 173.27º | 0.99% | 0.77% | - |
| XYZ | 27.72 | 43.03 | 47.4 | - |
| YUV | 135.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 175 | 0.99 | 0 | 0.11 | 0.23 | 173.27 | 0.99 | 0.39 |
| Hex | 1 | C5 | AF | 63 | 0 | B | 17 | AD | 63 | 27 |
| Octal | 1 | 305 | 257 | 143 | 0 | 13 | 27 | 255 | 143 | 47 |
| Binary | 1 | 11000101 | 10101111 | 1100011 | 0 | 1011 | 10111 | 10101101 | 1100011 | 100111 |
Color Harmonies of #01C5AF
Complementary color
Monochromatic Colors of #01C5AF
Black with #01C5AF
Text Example
Text Example
White with #01C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C5AF; }
p { color: rgb(1,197,175); }
H1.HeaderClassName
{
color: #01C5AF;
}
.AnyTagClassName
{
color: #01C5AF;
}
</style>
background-color css
<style>
a { background-color: #01C5AF; }
a { background-color: rgb(1,197,175); }
div.DivClassName
{
background-color: #01C5AF;
}
.BgClassName
{
background-color: #01C5AF;
}
</style>
border-color css
<style>
span { border-color: #01C5AF; }
span { border-color: rgb(1,197,175); }
td.TdClassName
{
border-color: #01C5AF;
}
.TagClassName
{
border-color: #01C5AF;
}
</style>