Shades of Shadow Green #99BEBC
Tints of Shadow Green #99BEBC
RGB
CMYK
RGB Variations
Color information
#99BEBC (or 0x99BEBC) is known color: Shadow Green. HEX triplet: 99, BE and BC. RGB value is (153,190,188). Sum of RGB (Red+Green+Blue) = 153+190+188=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEBC is #664143. Grayscale: #B2B2B2. Windows color (decimal): -6701380 or 12369561. OLE color: 12369561.
HSL color Cylindrical-coordinate representation of color #99BEBC: hue angle of 176.76º 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 #99BEBC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 188 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.25 |
| HSL | 176.76º | 0.22% | 0.67% | - |
| HSV(B) | 176.76º | 0.19% | 0.75% | - |
| XYZ | 40.63 | 47.23 | 54.55 | - |
| YUV | 178.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 188 | 0.19 | 0 | 0.01 | 0.25 | 176.76 | 0.22 | 0.67 |
| Hex | 99 | BE | BC | 13 | 0 | 1 | 19 | B1 | 16 | 43 |
| Octal | 231 | 276 | 274 | 23 | 0 | 1 | 31 | 261 | 26 | 103 |
| Binary | 10011001 | 10111110 | 10111100 | 10011 | 0 | 1 | 11001 | 10110001 | 10110 | 1000011 |
Color Harmonies of #99BEBC
Complementary color
Monochromatic Colors of #99BEBC
Black with #99BEBC
Text Example
Text Example
White with #99BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEBC; }
p { color: rgb(153,190,188); }
H1.HeaderClassName
{
color: #99BEBC;
}
.AnyTagClassName
{
color: #99BEBC;
}
</style>
background-color css
<style>
a { background-color: #99BEBC; }
a { background-color: rgb(153,190,188); }
div.DivClassName
{
background-color: #99BEBC;
}
.BgClassName
{
background-color: #99BEBC;
}
</style>
border-color css
<style>
span { border-color: #99BEBC; }
span { border-color: rgb(153,190,188); }
td.TdClassName
{
border-color: #99BEBC;
}
.TagClassName
{
border-color: #99BEBC;
}
</style>