Shades of Caribbean Green #01CE9C
Tints of Caribbean Green #01CE9C
RGB
CMYK
RGB Variations
Color information
#01CE9C (or 0x01CE9C) is known color: Caribbean Green. HEX triplet: 01, CE and 9C. RGB value is (1,206,156). Sum of RGB (Red+Green+Blue) = 1+206+156=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CE9C is #FE3163. Grayscale: #8B8B8B. Windows color (decimal): -16658788 or 10276353. OLE color: 10276353.
HSL color Cylindrical-coordinate representation of color #01CE9C: hue angle of 165.37º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE9C is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 156 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.19 |
| HSL | 165.37º | 0.99% | 0.41% | - |
| HSV(B) | 165.37º | 1% | 0.81% | - |
| XYZ | 28.08 | 46.55 | 38.96 | - |
| YUV | 139.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 156 | 1.00 | 0 | 0.24 | 0.19 | 165.37 | 0.99 | 0.41 |
| Hex | 1 | CE | 9C | 64 | 0 | 18 | 13 | A5 | 63 | 29 |
| Octal | 1 | 316 | 234 | 144 | 0 | 30 | 23 | 245 | 143 | 51 |
| Binary | 1 | 11001110 | 10011100 | 1100100 | 0 | 11000 | 10011 | 10100101 | 1100011 | 101001 |
Color Harmonies of #01CE9C
Complementary color
Monochromatic Colors of #01CE9C
Black with #01CE9C
Text Example
Text Example
White with #01CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CE9C; }
p { color: rgb(1,206,156); }
H1.HeaderClassName
{
color: #01CE9C;
}
.AnyTagClassName
{
color: #01CE9C;
}
</style>
background-color css
<style>
a { background-color: #01CE9C; }
a { background-color: rgb(1,206,156); }
div.DivClassName
{
background-color: #01CE9C;
}
.BgClassName
{
background-color: #01CE9C;
}
</style>
border-color css
<style>
span { border-color: #01CE9C; }
span { border-color: rgb(1,206,156); }
td.TdClassName
{
border-color: #01CE9C;
}
.TagClassName
{
border-color: #01CE9C;
}
</style>