Shades of Caribbean Green #01BBA3
Tints of Caribbean Green #01BBA3
RGB
CMYK
RGB Variations
Color information
#01BBA3 (or 0x01BBA3) is known color: Caribbean Green. HEX triplet: 01, BB and A3. RGB value is (1,187,163). Sum of RGB (Red+Green+Blue) = 1+187+163=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #01BBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BBA3 is #FE445C. Grayscale: #808080. Windows color (decimal): -16663645 or 10730241. OLE color: 10730241.
HSL color Cylindrical-coordinate representation of color #01BBA3: hue angle of 172.26º 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 #01BBA3 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 163 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.27 |
| HSL | 172.26º | 0.99% | 0.37% | - |
| HSV(B) | 172.26º | 0.99% | 0.73% | - |
| XYZ | 24.39 | 38.19 | 40.74 | - |
| YUV | 128.65 | 147.38 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 163 | 0.99 | 0 | 0.13 | 0.27 | 172.26 | 0.99 | 0.37 |
| Hex | 1 | BB | A3 | 63 | 0 | D | 1B | AC | 63 | 25 |
| Octal | 1 | 273 | 243 | 143 | 0 | 15 | 33 | 254 | 143 | 45 |
| Binary | 1 | 10111011 | 10100011 | 1100011 | 0 | 1101 | 11011 | 10101100 | 1100011 | 100101 |
Color Harmonies of #01BBA3
Complementary color
Monochromatic Colors of #01BBA3
Black with #01BBA3
Text Example
Text Example
White with #01BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBA3; }
p { color: rgb(1,187,163); }
H1.HeaderClassName
{
color: #01BBA3;
}
.AnyTagClassName
{
color: #01BBA3;
}
</style>
background-color css
<style>
a { background-color: #01BBA3; }
a { background-color: rgb(1,187,163); }
div.DivClassName
{
background-color: #01BBA3;
}
.BgClassName
{
background-color: #01BBA3;
}
</style>
border-color css
<style>
span { border-color: #01BBA3; }
span { border-color: rgb(1,187,163); }
td.TdClassName
{
border-color: #01BBA3;
}
.TagClassName
{
border-color: #01BBA3;
}
</style>