Shades of Caribbean Green #01C9B0
Tints of Caribbean Green #01C9B0
RGB
CMYK
RGB Variations
Color information
#01C9B0 (or 0x01C9B0) is known color: Caribbean Green. HEX triplet: 01, C9 and B0. RGB value is (1,201,176). Sum of RGB (Red+Green+Blue) = 1+201+176=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #01C9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C9B0 is #FE364F. Grayscale: #8A8A8A. Windows color (decimal): -16660048 or 11585793. OLE color: 11585793.
HSL color Cylindrical-coordinate representation of color #01C9B0: hue angle of 172.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C9B0 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 176 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.21 |
| HSL | 172.5º | 0.99% | 0.4% | - |
| HSV(B) | 172.5º | 1% | 0.79% | - |
| XYZ | 28.74 | 44.91 | 48.23 | - |
| YUV | 138.35 | 149.24 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 176 | 1.00 | 0 | 0.12 | 0.21 | 172.5 | 0.99 | 0.4 |
| Hex | 1 | C9 | B0 | 64 | 0 | C | 15 | AC | 63 | 28 |
| Octal | 1 | 311 | 260 | 144 | 0 | 14 | 25 | 254 | 143 | 50 |
| Binary | 1 | 11001001 | 10110000 | 1100100 | 0 | 1100 | 10101 | 10101100 | 1100011 | 101000 |
Color Harmonies of #01C9B0
Complementary color
Monochromatic Colors of #01C9B0
Black with #01C9B0
Text Example
Text Example
White with #01C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9B0; }
p { color: rgb(1,201,176); }
H1.HeaderClassName
{
color: #01C9B0;
}
.AnyTagClassName
{
color: #01C9B0;
}
</style>
background-color css
<style>
a { background-color: #01C9B0; }
a { background-color: rgb(1,201,176); }
div.DivClassName
{
background-color: #01C9B0;
}
.BgClassName
{
background-color: #01C9B0;
}
</style>
border-color css
<style>
span { border-color: #01C9B0; }
span { border-color: rgb(1,201,176); }
td.TdClassName
{
border-color: #01C9B0;
}
.TagClassName
{
border-color: #01C9B0;
}
</style>