Shades of Caribbean Green #01C09D
Tints of Caribbean Green #01C09D
RGB
CMYK
RGB Variations
Color information
#01C09D (or 0x01C09D) is known color: Caribbean Green. HEX triplet: 01, C0 and 9D. RGB value is (1,192,157). Sum of RGB (Red+Green+Blue) = 1+192+157=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #01C09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C09D is #FE3F62. Grayscale: #828282. Windows color (decimal): -16662371 or 10338305. OLE color: 10338305.
HSL color Cylindrical-coordinate representation of color #01C09D: hue angle of 169.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C09D is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 157 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.25 |
| HSL | 169.01º | 0.99% | 0.38% | - |
| HSV(B) | 169.01º | 0.99% | 0.75% | - |
| XYZ | 24.95 | 40.14 | 38.33 | - |
| YUV | 130.9 | 142.72 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 157 | 0.99 | 0 | 0.18 | 0.25 | 169.01 | 0.99 | 0.38 |
| Hex | 1 | C0 | 9D | 63 | 0 | 12 | 19 | A9 | 63 | 26 |
| Octal | 1 | 300 | 235 | 143 | 0 | 22 | 31 | 251 | 143 | 46 |
| Binary | 1 | 11000000 | 10011101 | 1100011 | 0 | 10010 | 11001 | 10101001 | 1100011 | 100110 |
Color Harmonies of #01C09D
Complementary color
Monochromatic Colors of #01C09D
Black with #01C09D
Text Example
Text Example
White with #01C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C09D; }
p { color: rgb(1,192,157); }
H1.HeaderClassName
{
color: #01C09D;
}
.AnyTagClassName
{
color: #01C09D;
}
</style>
background-color css
<style>
a { background-color: #01C09D; }
a { background-color: rgb(1,192,157); }
div.DivClassName
{
background-color: #01C09D;
}
.BgClassName
{
background-color: #01C09D;
}
</style>
border-color css
<style>
span { border-color: #01C09D; }
span { border-color: rgb(1,192,157); }
td.TdClassName
{
border-color: #01C09D;
}
.TagClassName
{
border-color: #01C09D;
}
</style>