Shades of Caribbean Green #00BE88
Tints of Caribbean Green #00BE88
RGB
CMYK
RGB Variations
Color information
#00BE88 (or 0x00BE88) is known color: Caribbean Green. HEX triplet: 00, BE and 88. RGB value is (0,190,136). Sum of RGB (Red+Green+Blue) = 0+190+136=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE88 is #FF4177. Grayscale: #7F7F7F. Windows color (decimal): -16728440 or 8961536. OLE color: 8961536.
HSL color Cylindrical-coordinate representation of color #00BE88: hue angle of 162.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE88 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 136 | - |
| CMYK | 1 | 0 | 0.28 | 0.25 |
| HSL | 162.95º | 1% | 0.37% | - |
| HSV(B) | 162.95º | 1% | 0.75% | - |
| XYZ | 22.86 | 38.6 | 29.54 | - |
| YUV | 127.03 | 133.05 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 136 | 1 | 0 | 0.28 | 0.25 | 162.95 | 1 | 0.37 |
| Hex | 0 | BE | 88 | 64 | 0 | 1C | 19 | A3 | 64 | 25 |
| Octal | 0 | 276 | 210 | 144 | 0 | 34 | 31 | 243 | 144 | 45 |
| Binary | 0 | 10111110 | 10001000 | 1100100 | 0 | 11100 | 11001 | 10100011 | 1100100 | 100101 |
Color Harmonies of #00BE88
Complementary color
Monochromatic Colors of #00BE88
Black with #00BE88
Text Example
Text Example
White with #00BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE88; }
p { color: rgb(0,190,136); }
H1.HeaderClassName
{
color: #00BE88;
}
.AnyTagClassName
{
color: #00BE88;
}
</style>
background-color css
<style>
a { background-color: #00BE88; }
a { background-color: rgb(0,190,136); }
div.DivClassName
{
background-color: #00BE88;
}
.BgClassName
{
background-color: #00BE88;
}
</style>
border-color css
<style>
span { border-color: #00BE88; }
span { border-color: rgb(0,190,136); }
td.TdClassName
{
border-color: #00BE88;
}
.TagClassName
{
border-color: #00BE88;
}
</style>