Shades of Caribbean Green #01C69C
Tints of Caribbean Green #01C69C
RGB
CMYK
RGB Variations
Color information
#01C69C (or 0x01C69C) is known color: Caribbean Green. HEX triplet: 01, C6 and 9C. RGB value is (1,198,156). Sum of RGB (Red+Green+Blue) = 1+198+156=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #01C69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C69C is #FE3963. Grayscale: #868686. Windows color (decimal): -16660836 or 10274305. OLE color: 10274305.
HSL color Cylindrical-coordinate representation of color #01C69C: hue angle of 167.21º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C69C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 156 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.22 |
| HSL | 167.21º | 0.99% | 0.39% | - |
| HSV(B) | 167.21º | 0.99% | 0.78% | - |
| XYZ | 26.21 | 42.79 | 38.33 | - |
| YUV | 134.31 | 140.23 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 156 | 0.99 | 0 | 0.21 | 0.22 | 167.21 | 0.99 | 0.39 |
| Hex | 1 | C6 | 9C | 63 | 0 | 15 | 16 | A7 | 63 | 27 |
| Octal | 1 | 306 | 234 | 143 | 0 | 25 | 26 | 247 | 143 | 47 |
| Binary | 1 | 11000110 | 10011100 | 1100011 | 0 | 10101 | 10110 | 10100111 | 1100011 | 100111 |
Color Harmonies of #01C69C
Complementary color
Monochromatic Colors of #01C69C
Black with #01C69C
Text Example
Text Example
White with #01C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C69C; }
p { color: rgb(1,198,156); }
H1.HeaderClassName
{
color: #01C69C;
}
.AnyTagClassName
{
color: #01C69C;
}
</style>
background-color css
<style>
a { background-color: #01C69C; }
a { background-color: rgb(1,198,156); }
div.DivClassName
{
background-color: #01C69C;
}
.BgClassName
{
background-color: #01C69C;
}
</style>
border-color css
<style>
span { border-color: #01C69C; }
span { border-color: rgb(1,198,156); }
td.TdClassName
{
border-color: #01C69C;
}
.TagClassName
{
border-color: #01C69C;
}
</style>