Shades of Caribbean Green #01BCAB
Tints of Caribbean Green #01BCAB
RGB
CMYK
RGB Variations
Color information
#01BCAB (or 0x01BCAB) is known color: Caribbean Green. HEX triplet: 01, BC and AB. RGB value is (1,188,171). Sum of RGB (Red+Green+Blue) = 1+188+171=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCAB is #FE4354. Grayscale: #828282. Windows color (decimal): -16663381 or 11254785. OLE color: 11254785.
HSL color Cylindrical-coordinate representation of color #01BCAB: hue angle of 174.55º 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 #01BCAB is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 171 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.26 |
| HSL | 174.55º | 0.99% | 0.37% | - |
| HSV(B) | 174.55º | 0.99% | 0.74% | - |
| XYZ | 25.35 | 38.91 | 44.7 | - |
| YUV | 130.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 171 | 0.99 | 0 | 0.09 | 0.26 | 174.55 | 0.99 | 0.37 |
| Hex | 1 | BC | AB | 63 | 0 | 9 | 1A | AF | 63 | 25 |
| Octal | 1 | 274 | 253 | 143 | 0 | 11 | 32 | 257 | 143 | 45 |
| Binary | 1 | 10111100 | 10101011 | 1100011 | 0 | 1001 | 11010 | 10101111 | 1100011 | 100101 |
Color Harmonies of #01BCAB
Complementary color
Monochromatic Colors of #01BCAB
Black with #01BCAB
Text Example
Text Example
White with #01BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCAB; }
p { color: rgb(1,188,171); }
H1.HeaderClassName
{
color: #01BCAB;
}
.AnyTagClassName
{
color: #01BCAB;
}
</style>
background-color css
<style>
a { background-color: #01BCAB; }
a { background-color: rgb(1,188,171); }
div.DivClassName
{
background-color: #01BCAB;
}
.BgClassName
{
background-color: #01BCAB;
}
</style>
border-color css
<style>
span { border-color: #01BCAB; }
span { border-color: rgb(1,188,171); }
td.TdClassName
{
border-color: #01BCAB;
}
.TagClassName
{
border-color: #01BCAB;
}
</style>