Shades of Caribbean Green #00BCAA
Tints of Caribbean Green #00BCAA
RGB
CMYK
RGB Variations
Color information
#00BCAA (or 0x00BCAA) is known color: Caribbean Green. HEX triplet: 00, BC and AA. RGB value is (0,188,170). Sum of RGB (Red+Green+Blue) = 0+188+170=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCAA is #FF4355. Grayscale: #818181. Windows color (decimal): -16728918 or 11189248. OLE color: 11189248.
HSL color Cylindrical-coordinate representation of color #00BCAA: hue angle of 174.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCAA is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 170 | - |
| CMYK | 1 | 0 | 0.10 | 0.26 |
| HSL | 174.26º | 1% | 0.37% | - |
| HSV(B) | 174.26º | 1% | 0.74% | - |
| XYZ | 25.24 | 38.87 | 44.2 | - |
| YUV | 129.74 | 150.72 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 170 | 1 | 0 | 0.10 | 0.26 | 174.26 | 1 | 0.37 |
| Hex | 0 | BC | AA | 64 | 0 | A | 1A | AE | 64 | 25 |
| Octal | 0 | 274 | 252 | 144 | 0 | 12 | 32 | 256 | 144 | 45 |
| Binary | 0 | 10111100 | 10101010 | 1100100 | 0 | 1010 | 11010 | 10101110 | 1100100 | 100101 |
Color Harmonies of #00BCAA
Complementary color
Monochromatic Colors of #00BCAA
Black with #00BCAA
Text Example
Text Example
White with #00BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCAA; }
p { color: rgb(0,188,170); }
H1.HeaderClassName
{
color: #00BCAA;
}
.AnyTagClassName
{
color: #00BCAA;
}
</style>
background-color css
<style>
a { background-color: #00BCAA; }
a { background-color: rgb(0,188,170); }
div.DivClassName
{
background-color: #00BCAA;
}
.BgClassName
{
background-color: #00BCAA;
}
</style>
border-color css
<style>
span { border-color: #00BCAA; }
span { border-color: rgb(0,188,170); }
td.TdClassName
{
border-color: #00BCAA;
}
.TagClassName
{
border-color: #00BCAA;
}
</style>