Shades of Caribbean Green #01BA90
Tints of Caribbean Green #01BA90
RGB
CMYK
RGB Variations
Color information
#01BA90 (or 0x01BA90) is known color: Caribbean Green. HEX triplet: 01, BA and 90. RGB value is (1,186,144). Sum of RGB (Red+Green+Blue) = 1+186+144=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA90 is #FE456F. Grayscale: #7D7D7D. Windows color (decimal): -16663920 or 9484801. OLE color: 9484801.
HSL color Cylindrical-coordinate representation of color #01BA90: hue angle of 166.38º 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 #01BA90 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 144 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.27 |
| HSL | 166.38º | 0.99% | 0.37% | - |
| HSV(B) | 166.38º | 0.99% | 0.73% | - |
| XYZ | 22.61 | 37.14 | 32.36 | - |
| YUV | 125.9 | 138.21 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 144 | 0.99 | 0 | 0.23 | 0.27 | 166.38 | 0.99 | 0.37 |
| Hex | 1 | BA | 90 | 63 | 0 | 17 | 1B | A6 | 63 | 25 |
| Octal | 1 | 272 | 220 | 143 | 0 | 27 | 33 | 246 | 143 | 45 |
| Binary | 1 | 10111010 | 10010000 | 1100011 | 0 | 10111 | 11011 | 10100110 | 1100011 | 100101 |
Color Harmonies of #01BA90
Complementary color
Monochromatic Colors of #01BA90
Black with #01BA90
Text Example
Text Example
White with #01BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA90; }
p { color: rgb(1,186,144); }
H1.HeaderClassName
{
color: #01BA90;
}
.AnyTagClassName
{
color: #01BA90;
}
</style>
background-color css
<style>
a { background-color: #01BA90; }
a { background-color: rgb(1,186,144); }
div.DivClassName
{
background-color: #01BA90;
}
.BgClassName
{
background-color: #01BA90;
}
</style>
border-color css
<style>
span { border-color: #01BA90; }
span { border-color: rgb(1,186,144); }
td.TdClassName
{
border-color: #01BA90;
}
.TagClassName
{
border-color: #01BA90;
}
</style>