Shades of Caribbean Green #00BCA8
Tints of Caribbean Green #00BCA8
RGB
CMYK
RGB Variations
Color information
#00BCA8 (or 0x00BCA8) is known color: Caribbean Green. HEX triplet: 00, BC and A8. RGB value is (0,188,168). Sum of RGB (Red+Green+Blue) = 0+188+168=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCA8 is #FF4357. Grayscale: #818181. Windows color (decimal): -16728920 or 11058176. OLE color: 11058176.
HSL color Cylindrical-coordinate representation of color #00BCA8: hue angle of 173.62º 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 #00BCA8 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 168 | - |
| CMYK | 1 | 0 | 0.11 | 0.26 |
| HSL | 173.62º | 1% | 0.37% | - |
| HSV(B) | 173.62º | 1% | 0.74% | - |
| XYZ | 25.05 | 38.79 | 43.21 | - |
| YUV | 129.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 168 | 1 | 0 | 0.11 | 0.26 | 173.62 | 1 | 0.37 |
| Hex | 0 | BC | A8 | 64 | 0 | B | 1A | AE | 64 | 25 |
| Octal | 0 | 274 | 250 | 144 | 0 | 13 | 32 | 256 | 144 | 45 |
| Binary | 0 | 10111100 | 10101000 | 1100100 | 0 | 1011 | 11010 | 10101110 | 1100100 | 100101 |
Color Harmonies of #00BCA8
Complementary color
Monochromatic Colors of #00BCA8
Black with #00BCA8
Text Example
Text Example
White with #00BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCA8; }
p { color: rgb(0,188,168); }
H1.HeaderClassName
{
color: #00BCA8;
}
.AnyTagClassName
{
color: #00BCA8;
}
</style>
background-color css
<style>
a { background-color: #00BCA8; }
a { background-color: rgb(0,188,168); }
div.DivClassName
{
background-color: #00BCA8;
}
.BgClassName
{
background-color: #00BCA8;
}
</style>
border-color css
<style>
span { border-color: #00BCA8; }
span { border-color: rgb(0,188,168); }
td.TdClassName
{
border-color: #00BCA8;
}
.TagClassName
{
border-color: #00BCA8;
}
</style>