Shades of Caribbean Green #01BAAB
Tints of Caribbean Green #01BAAB
RGB
CMYK
RGB Variations
Color information
#01BAAB (or 0x01BAAB) is known color: Caribbean Green. HEX triplet: 01, BA and AB. RGB value is (1,186,171). Sum of RGB (Red+Green+Blue) = 1+186+171=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #01BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BAAB is #FE4554. Grayscale: #808080. Windows color (decimal): -16663893 or 11254273. OLE color: 11254273.
HSL color Cylindrical-coordinate representation of color #01BAAB: hue angle of 175.14º 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 #01BAAB is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 171 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.27 |
| HSL | 175.14º | 0.99% | 0.37% | - |
| HSV(B) | 175.14º | 0.99% | 0.73% | - |
| XYZ | 24.92 | 38.06 | 44.56 | - |
| YUV | 128.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 171 | 0.99 | 0 | 0.08 | 0.27 | 175.14 | 0.99 | 0.37 |
| Hex | 1 | BA | AB | 63 | 0 | 8 | 1B | AF | 63 | 25 |
| Octal | 1 | 272 | 253 | 143 | 0 | 10 | 33 | 257 | 143 | 45 |
| Binary | 1 | 10111010 | 10101011 | 1100011 | 0 | 1000 | 11011 | 10101111 | 1100011 | 100101 |
Color Harmonies of #01BAAB
Complementary color
Monochromatic Colors of #01BAAB
Black with #01BAAB
Text Example
Text Example
White with #01BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAAB; }
p { color: rgb(1,186,171); }
H1.HeaderClassName
{
color: #01BAAB;
}
.AnyTagClassName
{
color: #01BAAB;
}
</style>
background-color css
<style>
a { background-color: #01BAAB; }
a { background-color: rgb(1,186,171); }
div.DivClassName
{
background-color: #01BAAB;
}
.BgClassName
{
background-color: #01BAAB;
}
</style>
border-color css
<style>
span { border-color: #01BAAB; }
span { border-color: rgb(1,186,171); }
td.TdClassName
{
border-color: #01BAAB;
}
.TagClassName
{
border-color: #01BAAB;
}
</style>