Shades of Caribbean Green #01C094
Tints of Caribbean Green #01C094
RGB
CMYK
RGB Variations
Color information
#01C094 (or 0x01C094) is known color: Caribbean Green. HEX triplet: 01, C0 and 94. RGB value is (1,192,148). Sum of RGB (Red+Green+Blue) = 1+192+148=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #01C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C094 is #FE3F6B. Grayscale: #818181. Windows color (decimal): -16662380 or 9748481. OLE color: 9748481.
HSL color Cylindrical-coordinate representation of color #01C094: hue angle of 166.18º 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 #01C094 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 148 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.25 |
| HSL | 166.18º | 0.99% | 0.38% | - |
| HSV(B) | 166.18º | 0.99% | 0.75% | - |
| XYZ | 24.21 | 39.84 | 34.43 | - |
| YUV | 129.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 148 | 0.99 | 0 | 0.23 | 0.25 | 166.18 | 0.99 | 0.38 |
| Hex | 1 | C0 | 94 | 63 | 0 | 17 | 19 | A6 | 63 | 26 |
| Octal | 1 | 300 | 224 | 143 | 0 | 27 | 31 | 246 | 143 | 46 |
| Binary | 1 | 11000000 | 10010100 | 1100011 | 0 | 10111 | 11001 | 10100110 | 1100011 | 100110 |
Color Harmonies of #01C094
Complementary color
Monochromatic Colors of #01C094
Black with #01C094
Text Example
Text Example
White with #01C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C094; }
p { color: rgb(1,192,148); }
H1.HeaderClassName
{
color: #01C094;
}
.AnyTagClassName
{
color: #01C094;
}
</style>
background-color css
<style>
a { background-color: #01C094; }
a { background-color: rgb(1,192,148); }
div.DivClassName
{
background-color: #01C094;
}
.BgClassName
{
background-color: #01C094;
}
</style>
border-color css
<style>
span { border-color: #01C094; }
span { border-color: rgb(1,192,148); }
td.TdClassName
{
border-color: #01C094;
}
.TagClassName
{
border-color: #01C094;
}
</style>