Shades of Caribbean Green #01BC99
Tints of Caribbean Green #01BC99
RGB
CMYK
RGB Variations
Color information
#01BC99 (or 0x01BC99) is known color: Caribbean Green. HEX triplet: 01, BC and 99. RGB value is (1,188,153). Sum of RGB (Red+Green+Blue) = 1+188+153=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC99 is #FE4366. Grayscale: #808080. Windows color (decimal): -16663399 or 10075137. OLE color: 10075137.
HSL color Cylindrical-coordinate representation of color #01BC99: hue angle of 168.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC99 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 153 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.26 |
| HSL | 168.77º | 0.99% | 0.37% | - |
| HSV(B) | 168.77º | 0.99% | 0.74% | - |
| XYZ | 23.75 | 38.27 | 36.27 | - |
| YUV | 128.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 153 | 0.99 | 0 | 0.19 | 0.26 | 168.77 | 0.99 | 0.37 |
| Hex | 1 | BC | 99 | 63 | 0 | 13 | 1A | A9 | 63 | 25 |
| Octal | 1 | 274 | 231 | 143 | 0 | 23 | 32 | 251 | 143 | 45 |
| Binary | 1 | 10111100 | 10011001 | 1100011 | 0 | 10011 | 11010 | 10101001 | 1100011 | 100101 |
Color Harmonies of #01BC99
Complementary color
Monochromatic Colors of #01BC99
Black with #01BC99
Text Example
Text Example
White with #01BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC99; }
p { color: rgb(1,188,153); }
H1.HeaderClassName
{
color: #01BC99;
}
.AnyTagClassName
{
color: #01BC99;
}
</style>
background-color css
<style>
a { background-color: #01BC99; }
a { background-color: rgb(1,188,153); }
div.DivClassName
{
background-color: #01BC99;
}
.BgClassName
{
background-color: #01BC99;
}
</style>
border-color css
<style>
span { border-color: #01BC99; }
span { border-color: rgb(1,188,153); }
td.TdClassName
{
border-color: #01BC99;
}
.TagClassName
{
border-color: #01BC99;
}
</style>