Shades of Caribbean Green #01BCAA
Tints of Caribbean Green #01BCAA
RGB
CMYK
RGB Variations
Color information
#01BCAA (or 0x01BCAA) is known color: Caribbean Green. HEX triplet: 01, BC and AA. RGB value is (1,188,170). Sum of RGB (Red+Green+Blue) = 1+188+170=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCAA is #FE4355. Grayscale: #818181. Windows color (decimal): -16663382 or 11189249. OLE color: 11189249.
HSL color Cylindrical-coordinate representation of color #01BCAA: hue angle of 174.22º 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 #01BCAA is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 170 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.26 |
| HSL | 174.22º | 0.99% | 0.37% | - |
| HSV(B) | 174.22º | 0.99% | 0.74% | - |
| XYZ | 25.25 | 38.88 | 44.2 | - |
| YUV | 130.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 170 | 0.99 | 0 | 0.10 | 0.26 | 174.22 | 0.99 | 0.37 |
| Hex | 1 | BC | AA | 63 | 0 | A | 1A | AE | 63 | 25 |
| Octal | 1 | 274 | 252 | 143 | 0 | 12 | 32 | 256 | 143 | 45 |
| Binary | 1 | 10111100 | 10101010 | 1100011 | 0 | 1010 | 11010 | 10101110 | 1100011 | 100101 |
Color Harmonies of #01BCAA
Complementary color
Monochromatic Colors of #01BCAA
Black with #01BCAA
Text Example
Text Example
White with #01BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCAA; }
p { color: rgb(1,188,170); }
H1.HeaderClassName
{
color: #01BCAA;
}
.AnyTagClassName
{
color: #01BCAA;
}
</style>
background-color css
<style>
a { background-color: #01BCAA; }
a { background-color: rgb(1,188,170); }
div.DivClassName
{
background-color: #01BCAA;
}
.BgClassName
{
background-color: #01BCAA;
}
</style>
border-color css
<style>
span { border-color: #01BCAA; }
span { border-color: rgb(1,188,170); }
td.TdClassName
{
border-color: #01BCAA;
}
.TagClassName
{
border-color: #01BCAA;
}
</style>