Shades of Caribbean Green #01C9B2
Tints of Caribbean Green #01C9B2
RGB
CMYK
RGB Variations
Color information
#01C9B2 (or 0x01C9B2) is known color: Caribbean Green. HEX triplet: 01, C9 and B2. RGB value is (1,201,178). Sum of RGB (Red+Green+Blue) = 1+201+178=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #01C9B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C9B2 is #FE364D. Grayscale: #8A8A8A. Windows color (decimal): -16660046 or 11716865. OLE color: 11716865.
HSL color Cylindrical-coordinate representation of color #01C9B2: hue angle of 173.1º 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 #01C9B2 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 178 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.21 |
| HSL | 173.1º | 0.99% | 0.4% | - |
| HSV(B) | 173.1º | 1% | 0.79% | - |
| XYZ | 28.94 | 44.99 | 49.28 | - |
| YUV | 138.58 | 150.24 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 178 | 1.00 | 0 | 0.11 | 0.21 | 173.1 | 0.99 | 0.4 |
| Hex | 1 | C9 | B2 | 64 | 0 | B | 15 | AD | 63 | 28 |
| Octal | 1 | 311 | 262 | 144 | 0 | 13 | 25 | 255 | 143 | 50 |
| Binary | 1 | 11001001 | 10110010 | 1100100 | 0 | 1011 | 10101 | 10101101 | 1100011 | 101000 |
Color Harmonies of #01C9B2
Complementary color
Monochromatic Colors of #01C9B2
Black with #01C9B2
Text Example
Text Example
White with #01C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9B2; }
p { color: rgb(1,201,178); }
H1.HeaderClassName
{
color: #01C9B2;
}
.AnyTagClassName
{
color: #01C9B2;
}
</style>
background-color css
<style>
a { background-color: #01C9B2; }
a { background-color: rgb(1,201,178); }
div.DivClassName
{
background-color: #01C9B2;
}
.BgClassName
{
background-color: #01C9B2;
}
</style>
border-color css
<style>
span { border-color: #01C9B2; }
span { border-color: rgb(1,201,178); }
td.TdClassName
{
border-color: #01C9B2;
}
.TagClassName
{
border-color: #01C9B2;
}
</style>