Shades of Caribbean Green #01BA8C
Tints of Caribbean Green #01BA8C
RGB
CMYK
RGB Variations
Color information
#01BA8C (or 0x01BA8C) is known color: Caribbean Green. HEX triplet: 01, BA and 8C. RGB value is (1,186,140). Sum of RGB (Red+Green+Blue) = 1+186+140=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA8C is #FE4573. Grayscale: #7D7D7D. Windows color (decimal): -16663924 or 9222657. OLE color: 9222657.
HSL color Cylindrical-coordinate representation of color #01BA8C: hue angle of 165.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA8C is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 140 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.27 |
| HSL | 165.08º | 0.99% | 0.37% | - |
| HSV(B) | 165.08º | 0.99% | 0.73% | - |
| XYZ | 22.31 | 37.02 | 30.78 | - |
| YUV | 125.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 140 | 0.99 | 0 | 0.25 | 0.27 | 165.08 | 0.99 | 0.37 |
| Hex | 1 | BA | 8C | 63 | 0 | 19 | 1B | A5 | 63 | 25 |
| Octal | 1 | 272 | 214 | 143 | 0 | 31 | 33 | 245 | 143 | 45 |
| Binary | 1 | 10111010 | 10001100 | 1100011 | 0 | 11001 | 11011 | 10100101 | 1100011 | 100101 |
Color Harmonies of #01BA8C
Complementary color
Monochromatic Colors of #01BA8C
Black with #01BA8C
Text Example
Text Example
White with #01BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA8C; }
p { color: rgb(1,186,140); }
H1.HeaderClassName
{
color: #01BA8C;
}
.AnyTagClassName
{
color: #01BA8C;
}
</style>
background-color css
<style>
a { background-color: #01BA8C; }
a { background-color: rgb(1,186,140); }
div.DivClassName
{
background-color: #01BA8C;
}
.BgClassName
{
background-color: #01BA8C;
}
</style>
border-color css
<style>
span { border-color: #01BA8C; }
span { border-color: rgb(1,186,140); }
td.TdClassName
{
border-color: #01BA8C;
}
.TagClassName
{
border-color: #01BA8C;
}
</style>