Shades of Caribbean Green #00BE8C
Tints of Caribbean Green #00BE8C
RGB
CMYK
RGB Variations
Color information
#00BE8C (or 0x00BE8C) is known color: Caribbean Green. HEX triplet: 00, BE and 8C. RGB value is (0,190,140). Sum of RGB (Red+Green+Blue) = 0+190+140=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE8C is #FF4173. Grayscale: #7F7F7F. Windows color (decimal): -16728436 or 9223680. OLE color: 9223680.
HSL color Cylindrical-coordinate representation of color #00BE8C: hue angle of 164.21º 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 #00BE8C is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 140 | - |
| CMYK | 1 | 0 | 0.26 | 0.25 |
| HSL | 164.21º | 1% | 0.37% | - |
| HSV(B) | 164.21º | 1% | 0.75% | - |
| XYZ | 23.15 | 38.72 | 31.06 | - |
| YUV | 127.49 | 135.05 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 140 | 1 | 0 | 0.26 | 0.25 | 164.21 | 1 | 0.37 |
| Hex | 0 | BE | 8C | 64 | 0 | 1A | 19 | A4 | 64 | 25 |
| Octal | 0 | 276 | 214 | 144 | 0 | 32 | 31 | 244 | 144 | 45 |
| Binary | 0 | 10111110 | 10001100 | 1100100 | 0 | 11010 | 11001 | 10100100 | 1100100 | 100101 |
Color Harmonies of #00BE8C
Complementary color
Monochromatic Colors of #00BE8C
Black with #00BE8C
Text Example
Text Example
White with #00BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE8C; }
p { color: rgb(0,190,140); }
H1.HeaderClassName
{
color: #00BE8C;
}
.AnyTagClassName
{
color: #00BE8C;
}
</style>
background-color css
<style>
a { background-color: #00BE8C; }
a { background-color: rgb(0,190,140); }
div.DivClassName
{
background-color: #00BE8C;
}
.BgClassName
{
background-color: #00BE8C;
}
</style>
border-color css
<style>
span { border-color: #00BE8C; }
span { border-color: rgb(0,190,140); }
td.TdClassName
{
border-color: #00BE8C;
}
.TagClassName
{
border-color: #00BE8C;
}
</style>