Shades of Caribbean Green #00BB8C
Tints of Caribbean Green #00BB8C
RGB
CMYK
RGB Variations
Color information
#00BB8C (or 0x00BB8C) is known color: Caribbean Green. HEX triplet: 00, BB and 8C. RGB value is (0,187,140). Sum of RGB (Red+Green+Blue) = 0+187+140=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BB8C is #FF4473. Grayscale: #7D7D7D. Windows color (decimal): -16729204 or 9222912. OLE color: 9222912.
HSL color Cylindrical-coordinate representation of color #00BB8C: hue angle of 164.92º 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 #00BB8C is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 140 | - |
| CMYK | 1 | 0 | 0.25 | 0.27 |
| HSL | 164.92º | 1% | 0.37% | - |
| HSV(B) | 164.92º | 1% | 0.73% | - |
| XYZ | 22.5 | 37.43 | 30.85 | - |
| YUV | 125.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 140 | 1 | 0 | 0.25 | 0.27 | 164.92 | 1 | 0.37 |
| Hex | 0 | BB | 8C | 64 | 0 | 19 | 1B | A5 | 64 | 25 |
| Octal | 0 | 273 | 214 | 144 | 0 | 31 | 33 | 245 | 144 | 45 |
| Binary | 0 | 10111011 | 10001100 | 1100100 | 0 | 11001 | 11011 | 10100101 | 1100100 | 100101 |
Color Harmonies of #00BB8C
Complementary color
Monochromatic Colors of #00BB8C
Black with #00BB8C
Text Example
Text Example
White with #00BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB8C; }
p { color: rgb(0,187,140); }
H1.HeaderClassName
{
color: #00BB8C;
}
.AnyTagClassName
{
color: #00BB8C;
}
</style>
background-color css
<style>
a { background-color: #00BB8C; }
a { background-color: rgb(0,187,140); }
div.DivClassName
{
background-color: #00BB8C;
}
.BgClassName
{
background-color: #00BB8C;
}
</style>
border-color css
<style>
span { border-color: #00BB8C; }
span { border-color: rgb(0,187,140); }
td.TdClassName
{
border-color: #00BB8C;
}
.TagClassName
{
border-color: #00BB8C;
}
</style>