Shades of Caribbean Green #00BE92
Tints of Caribbean Green #00BE92
RGB
CMYK
RGB Variations
Color information
#00BE92 (or 0x00BE92) is known color: Caribbean Green. HEX triplet: 00, BE and 92. RGB value is (0,190,146). Sum of RGB (Red+Green+Blue) = 0+190+146=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE92 is #FF416D. Grayscale: #808080. Windows color (decimal): -16728430 or 9616896. OLE color: 9616896.
HSL color Cylindrical-coordinate representation of color #00BE92: hue angle of 166.11º 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 #00BE92 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 146 | - |
| CMYK | 1 | 0 | 0.23 | 0.25 |
| HSL | 166.11º | 1% | 0.37% | - |
| HSV(B) | 166.11º | 1% | 0.75% | - |
| XYZ | 23.6 | 38.9 | 33.46 | - |
| YUV | 128.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 146 | 1 | 0 | 0.23 | 0.25 | 166.11 | 1 | 0.37 |
| Hex | 0 | BE | 92 | 64 | 0 | 17 | 19 | A6 | 64 | 25 |
| Octal | 0 | 276 | 222 | 144 | 0 | 27 | 31 | 246 | 144 | 45 |
| Binary | 0 | 10111110 | 10010010 | 1100100 | 0 | 10111 | 11001 | 10100110 | 1100100 | 100101 |
Color Harmonies of #00BE92
Complementary color
Monochromatic Colors of #00BE92
Black with #00BE92
Text Example
Text Example
White with #00BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE92; }
p { color: rgb(0,190,146); }
H1.HeaderClassName
{
color: #00BE92;
}
.AnyTagClassName
{
color: #00BE92;
}
</style>
background-color css
<style>
a { background-color: #00BE92; }
a { background-color: rgb(0,190,146); }
div.DivClassName
{
background-color: #00BE92;
}
.BgClassName
{
background-color: #00BE92;
}
</style>
border-color css
<style>
span { border-color: #00BE92; }
span { border-color: rgb(0,190,146); }
td.TdClassName
{
border-color: #00BE92;
}
.TagClassName
{
border-color: #00BE92;
}
</style>