Shades of Caribbean Green #00BE98
Tints of Caribbean Green #00BE98
RGB
CMYK
RGB Variations
Color information
#00BE98 (or 0x00BE98) is known color: Caribbean Green. HEX triplet: 00, BE and 98. RGB value is (0,190,152). Sum of RGB (Red+Green+Blue) = 0+190+152=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BE98 is #FF4167. Grayscale: #808080. Windows color (decimal): -16728424 or 10010112. OLE color: 10010112.
HSL color Cylindrical-coordinate representation of color #00BE98: hue angle of 168º 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 #00BE98 is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 152 | - |
| CMYK | 1 | 0 | 0.2 | 0.25 |
| HSL | 168º | 1% | 0.37% | - |
| HSV(B) | 168º | 1% | 0.75% | - |
| XYZ | 24.08 | 39.09 | 35.98 | - |
| YUV | 128.86 | 141.05 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 152 | 1 | 0 | 0.2 | 0.25 | 168 | 1 | 0.37 |
| Hex | 0 | BE | 98 | 64 | 0 | 14 | 19 | A8 | 64 | 25 |
| Octal | 0 | 276 | 230 | 144 | 0 | 24 | 31 | 250 | 144 | 45 |
| Binary | 0 | 10111110 | 10011000 | 1100100 | 0 | 10100 | 11001 | 10101000 | 1100100 | 100101 |
Color Harmonies of #00BE98
Complementary color
Monochromatic Colors of #00BE98
Black with #00BE98
Text Example
Text Example
White with #00BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE98; }
p { color: rgb(0,190,152); }
H1.HeaderClassName
{
color: #00BE98;
}
.AnyTagClassName
{
color: #00BE98;
}
</style>
background-color css
<style>
a { background-color: #00BE98; }
a { background-color: rgb(0,190,152); }
div.DivClassName
{
background-color: #00BE98;
}
.BgClassName
{
background-color: #00BE98;
}
</style>
border-color css
<style>
span { border-color: #00BE98; }
span { border-color: rgb(0,190,152); }
td.TdClassName
{
border-color: #00BE98;
}
.TagClassName
{
border-color: #00BE98;
}
</style>