Shades of Shadow Green #99BEBB
Tints of Shadow Green #99BEBB
RGB
CMYK
RGB Variations
Color information
#99BEBB (or 0x99BEBB) is known color: Shadow Green. HEX triplet: 99, BE and BB. RGB value is (153,190,187). Sum of RGB (Red+Green+Blue) = 153+190+187=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEBB is #664144. Grayscale: #B2B2B2. Windows color (decimal): -6701381 or 12304025. OLE color: 12304025.
HSL color Cylindrical-coordinate representation of color #99BEBB: hue angle of 175.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEBB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 187 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.25 |
| HSL | 175.14º | 0.22% | 0.67% | - |
| HSV(B) | 175.14º | 0.19% | 0.75% | - |
| XYZ | 40.52 | 47.19 | 53.99 | - |
| YUV | 178.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 187 | 0.19 | 0 | 0.02 | 0.25 | 175.14 | 0.22 | 0.67 |
| Hex | 99 | BE | BB | 13 | 0 | 2 | 19 | AF | 16 | 43 |
| Octal | 231 | 276 | 273 | 23 | 0 | 2 | 31 | 257 | 26 | 103 |
| Binary | 10011001 | 10111110 | 10111011 | 10011 | 0 | 10 | 11001 | 10101111 | 10110 | 1000011 |
Color Harmonies of #99BEBB
Complementary color
Monochromatic Colors of #99BEBB
Black with #99BEBB
Text Example
Text Example
White with #99BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEBB; }
p { color: rgb(153,190,187); }
H1.HeaderClassName
{
color: #99BEBB;
}
.AnyTagClassName
{
color: #99BEBB;
}
</style>
background-color css
<style>
a { background-color: #99BEBB; }
a { background-color: rgb(153,190,187); }
div.DivClassName
{
background-color: #99BEBB;
}
.BgClassName
{
background-color: #99BEBB;
}
</style>
border-color css
<style>
span { border-color: #99BEBB; }
span { border-color: rgb(153,190,187); }
td.TdClassName
{
border-color: #99BEBB;
}
.TagClassName
{
border-color: #99BEBB;
}
</style>