Shades of Caribbean Green #00BE84
Tints of Caribbean Green #00BE84
RGB
CMYK
RGB Variations
Color information
#00BE84 (or 0x00BE84) is known color: Caribbean Green. HEX triplet: 00, BE and 84. RGB value is (0,190,132). Sum of RGB (Red+Green+Blue) = 0+190+132=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE84 is #FF417B. Grayscale: #7E7E7E. Windows color (decimal): -16728444 or 8699392. OLE color: 8699392.
HSL color Cylindrical-coordinate representation of color #00BE84: hue angle of 161.68º 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 #00BE84 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 132 | - |
| CMYK | 1 | 0 | 0.31 | 0.25 |
| HSL | 161.68º | 1% | 0.37% | - |
| HSV(B) | 161.68º | 1% | 0.75% | - |
| XYZ | 22.58 | 38.49 | 28.07 | - |
| YUV | 126.58 | 131.05 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 132 | 1 | 0 | 0.31 | 0.25 | 161.68 | 1 | 0.37 |
| Hex | 0 | BE | 84 | 64 | 0 | 1F | 19 | A2 | 64 | 25 |
| Octal | 0 | 276 | 204 | 144 | 0 | 37 | 31 | 242 | 144 | 45 |
| Binary | 0 | 10111110 | 10000100 | 1100100 | 0 | 11111 | 11001 | 10100010 | 1100100 | 100101 |
Color Harmonies of #00BE84
Complementary color
Monochromatic Colors of #00BE84
Black with #00BE84
Text Example
Text Example
White with #00BE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE84; }
p { color: rgb(0,190,132); }
H1.HeaderClassName
{
color: #00BE84;
}
.AnyTagClassName
{
color: #00BE84;
}
</style>
background-color css
<style>
a { background-color: #00BE84; }
a { background-color: rgb(0,190,132); }
div.DivClassName
{
background-color: #00BE84;
}
.BgClassName
{
background-color: #00BE84;
}
</style>
border-color css
<style>
span { border-color: #00BE84; }
span { border-color: rgb(0,190,132); }
td.TdClassName
{
border-color: #00BE84;
}
.TagClassName
{
border-color: #00BE84;
}
</style>