Shades of Caribbean Green #01CC9E
Tints of Caribbean Green #01CC9E
RGB
CMYK
RGB Variations
Color information
#01CC9E (or 0x01CC9E) is known color: Caribbean Green. HEX triplet: 01, CC and 9E. RGB value is (1,204,158). Sum of RGB (Red+Green+Blue) = 1+204+158=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CC9E is #FE3361. Grayscale: #8A8A8A. Windows color (decimal): -16659298 or 10406913. OLE color: 10406913.
HSL color Cylindrical-coordinate representation of color #01CC9E: hue angle of 166.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC9E is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 158 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.2 |
| HSL | 166.4º | 0.99% | 0.4% | - |
| HSV(B) | 166.4º | 1% | 0.8% | - |
| XYZ | 27.78 | 45.66 | 39.7 | - |
| YUV | 138.06 | 139.25 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 158 | 1.00 | 0 | 0.23 | 0.2 | 166.4 | 0.99 | 0.4 |
| Hex | 1 | CC | 9E | 64 | 0 | 17 | 14 | A6 | 63 | 28 |
| Octal | 1 | 314 | 236 | 144 | 0 | 27 | 24 | 246 | 143 | 50 |
| Binary | 1 | 11001100 | 10011110 | 1100100 | 0 | 10111 | 10100 | 10100110 | 1100011 | 101000 |
Color Harmonies of #01CC9E
Complementary color
Monochromatic Colors of #01CC9E
Black with #01CC9E
Text Example
Text Example
White with #01CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC9E; }
p { color: rgb(1,204,158); }
H1.HeaderClassName
{
color: #01CC9E;
}
.AnyTagClassName
{
color: #01CC9E;
}
</style>
background-color css
<style>
a { background-color: #01CC9E; }
a { background-color: rgb(1,204,158); }
div.DivClassName
{
background-color: #01CC9E;
}
.BgClassName
{
background-color: #01CC9E;
}
</style>
border-color css
<style>
span { border-color: #01CC9E; }
span { border-color: rgb(1,204,158); }
td.TdClassName
{
border-color: #01CC9E;
}
.TagClassName
{
border-color: #01CC9E;
}
</style>