Shades of Caribbean Green #01C085
Tints of Caribbean Green #01C085
RGB
CMYK
RGB Variations
Color information
#01C085 (or 0x01C085) is known color: Caribbean Green. HEX triplet: 01, C0 and 85. RGB value is (1,192,133). Sum of RGB (Red+Green+Blue) = 1+192+133=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #01C085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C085 is #FE3F7A. Grayscale: #808080. Windows color (decimal): -16662395 or 8765441. OLE color: 8765441.
HSL color Cylindrical-coordinate representation of color #01C085: hue angle of 161.47º 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 #01C085 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 133 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.25 |
| HSL | 161.47º | 0.99% | 0.38% | - |
| HSV(B) | 161.47º | 0.99% | 0.75% | - |
| XYZ | 23.1 | 39.4 | 28.58 | - |
| YUV | 128.17 | 130.72 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 133 | 0.99 | 0 | 0.31 | 0.25 | 161.47 | 0.99 | 0.38 |
| Hex | 1 | C0 | 85 | 63 | 0 | 1F | 19 | A1 | 63 | 26 |
| Octal | 1 | 300 | 205 | 143 | 0 | 37 | 31 | 241 | 143 | 46 |
| Binary | 1 | 11000000 | 10000101 | 1100011 | 0 | 11111 | 11001 | 10100001 | 1100011 | 100110 |
Color Harmonies of #01C085
Complementary color
Monochromatic Colors of #01C085
Black with #01C085
Text Example
Text Example
White with #01C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C085; }
p { color: rgb(1,192,133); }
H1.HeaderClassName
{
color: #01C085;
}
.AnyTagClassName
{
color: #01C085;
}
</style>
background-color css
<style>
a { background-color: #01C085; }
a { background-color: rgb(1,192,133); }
div.DivClassName
{
background-color: #01C085;
}
.BgClassName
{
background-color: #01C085;
}
</style>
border-color css
<style>
span { border-color: #01C085; }
span { border-color: rgb(1,192,133); }
td.TdClassName
{
border-color: #01C085;
}
.TagClassName
{
border-color: #01C085;
}
</style>