Shades of Caribbean Green #00BE90
Tints of Caribbean Green #00BE90
RGB
CMYK
RGB Variations
Color information
#00BE90 (or 0x00BE90) is known color: Caribbean Green. HEX triplet: 00, BE and 90. RGB value is (0,190,144). Sum of RGB (Red+Green+Blue) = 0+190+144=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE90 is #FF416F. Grayscale: #7F7F7F. Windows color (decimal): -16728432 or 9485824. OLE color: 9485824.
HSL color Cylindrical-coordinate representation of color #00BE90: hue angle of 165.47º 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 #00BE90 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 144 | - |
| CMYK | 1 | 0 | 0.24 | 0.25 |
| HSL | 165.47º | 1% | 0.37% | - |
| HSV(B) | 165.47º | 1% | 0.75% | - |
| XYZ | 23.45 | 38.84 | 32.65 | - |
| YUV | 127.95 | 137.05 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 144 | 1 | 0 | 0.24 | 0.25 | 165.47 | 1 | 0.37 |
| Hex | 0 | BE | 90 | 64 | 0 | 18 | 19 | A5 | 64 | 25 |
| Octal | 0 | 276 | 220 | 144 | 0 | 30 | 31 | 245 | 144 | 45 |
| Binary | 0 | 10111110 | 10010000 | 1100100 | 0 | 11000 | 11001 | 10100101 | 1100100 | 100101 |
Color Harmonies of #00BE90
Complementary color
Monochromatic Colors of #00BE90
Black with #00BE90
Text Example
Text Example
White with #00BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE90; }
p { color: rgb(0,190,144); }
H1.HeaderClassName
{
color: #00BE90;
}
.AnyTagClassName
{
color: #00BE90;
}
</style>
background-color css
<style>
a { background-color: #00BE90; }
a { background-color: rgb(0,190,144); }
div.DivClassName
{
background-color: #00BE90;
}
.BgClassName
{
background-color: #00BE90;
}
</style>
border-color css
<style>
span { border-color: #00BE90; }
span { border-color: rgb(0,190,144); }
td.TdClassName
{
border-color: #00BE90;
}
.TagClassName
{
border-color: #00BE90;
}
</style>