Shades of Caribbean Green #01BC9F
Tints of Caribbean Green #01BC9F
RGB
CMYK
RGB Variations
Color information
#01BC9F (or 0x01BC9F) is known color: Caribbean Green. HEX triplet: 01, BC and 9F. RGB value is (1,188,159). Sum of RGB (Red+Green+Blue) = 1+188+159=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC9F is #FE4360. Grayscale: #808080. Windows color (decimal): -16663393 or 10468353. OLE color: 10468353.
HSL color Cylindrical-coordinate representation of color #01BC9F: hue angle of 170.7º 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 #01BC9F is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 159 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.26 |
| HSL | 170.7º | 0.99% | 0.37% | - |
| HSV(B) | 170.7º | 0.99% | 0.74% | - |
| XYZ | 24.25 | 38.48 | 38.95 | - |
| YUV | 128.78 | 145.05 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 159 | 0.99 | 0 | 0.15 | 0.26 | 170.7 | 0.99 | 0.37 |
| Hex | 1 | BC | 9F | 63 | 0 | F | 1A | AB | 63 | 25 |
| Octal | 1 | 274 | 237 | 143 | 0 | 17 | 32 | 253 | 143 | 45 |
| Binary | 1 | 10111100 | 10011111 | 1100011 | 0 | 1111 | 11010 | 10101011 | 1100011 | 100101 |
Color Harmonies of #01BC9F
Complementary color
Monochromatic Colors of #01BC9F
Black with #01BC9F
Text Example
Text Example
White with #01BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC9F; }
p { color: rgb(1,188,159); }
H1.HeaderClassName
{
color: #01BC9F;
}
.AnyTagClassName
{
color: #01BC9F;
}
</style>
background-color css
<style>
a { background-color: #01BC9F; }
a { background-color: rgb(1,188,159); }
div.DivClassName
{
background-color: #01BC9F;
}
.BgClassName
{
background-color: #01BC9F;
}
</style>
border-color css
<style>
span { border-color: #01BC9F; }
span { border-color: rgb(1,188,159); }
td.TdClassName
{
border-color: #01BC9F;
}
.TagClassName
{
border-color: #01BC9F;
}
</style>