Shades of Caribbean Green #00BB88
Tints of Caribbean Green #00BB88
RGB
CMYK
RGB Variations
Color information
#00BB88 (or 0x00BB88) is known color: Caribbean Green. HEX triplet: 00, BB and 88. RGB value is (0,187,136). Sum of RGB (Red+Green+Blue) = 0+187+136=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BB88 is #FF4477. Grayscale: #7D7D7D. Windows color (decimal): -16729208 or 8960768. OLE color: 8960768.
HSL color Cylindrical-coordinate representation of color #00BB88: hue angle of 163.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB88 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 136 | - |
| CMYK | 1 | 0 | 0.27 | 0.27 |
| HSL | 163.64º | 1% | 0.37% | - |
| HSV(B) | 163.64º | 1% | 0.73% | - |
| XYZ | 22.21 | 37.32 | 29.32 | - |
| YUV | 125.27 | 134.05 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 136 | 1 | 0 | 0.27 | 0.27 | 163.64 | 1 | 0.37 |
| Hex | 0 | BB | 88 | 64 | 0 | 1B | 1B | A4 | 64 | 25 |
| Octal | 0 | 273 | 210 | 144 | 0 | 33 | 33 | 244 | 144 | 45 |
| Binary | 0 | 10111011 | 10001000 | 1100100 | 0 | 11011 | 11011 | 10100100 | 1100100 | 100101 |
Color Harmonies of #00BB88
Complementary color
Monochromatic Colors of #00BB88
Black with #00BB88
Text Example
Text Example
White with #00BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB88; }
p { color: rgb(0,187,136); }
H1.HeaderClassName
{
color: #00BB88;
}
.AnyTagClassName
{
color: #00BB88;
}
</style>
background-color css
<style>
a { background-color: #00BB88; }
a { background-color: rgb(0,187,136); }
div.DivClassName
{
background-color: #00BB88;
}
.BgClassName
{
background-color: #00BB88;
}
</style>
border-color css
<style>
span { border-color: #00BB88; }
span { border-color: rgb(0,187,136); }
td.TdClassName
{
border-color: #00BB88;
}
.TagClassName
{
border-color: #00BB88;
}
</style>