Shades of Shadow Green #99CFBE
Tints of Shadow Green #99CFBE
RGB
CMYK
RGB Variations
Color information
#99CFBE (or 0x99CFBE) is known color: Shadow Green. HEX triplet: 99, CF and BE. RGB value is (153,207,190). Sum of RGB (Red+Green+Blue) = 153+207+190=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFBE is #663041. Grayscale: #BCBCBC. Windows color (decimal): -6697026 or 12504985. OLE color: 12504985.
HSL color Cylindrical-coordinate representation of color #99CFBE: hue angle of 161.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFBE is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 190 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.19 |
| HSL | 161.11º | 0.36% | 0.71% | - |
| HSV(B) | 161.11º | 0.26% | 0.81% | - |
| XYZ | 44.74 | 55.12 | 57 | - |
| YUV | 188.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 190 | 0.26 | 0 | 0.08 | 0.19 | 161.11 | 0.36 | 0.71 |
| Hex | 99 | CF | BE | 1A | 0 | 8 | 13 | A1 | 24 | 47 |
| Octal | 231 | 317 | 276 | 32 | 0 | 10 | 23 | 241 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10111110 | 11010 | 0 | 1000 | 10011 | 10100001 | 100100 | 1000111 |
Color Harmonies of #99CFBE
Complementary color
Monochromatic Colors of #99CFBE
Black with #99CFBE
Text Example
Text Example
White with #99CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFBE; }
p { color: rgb(153,207,190); }
H1.HeaderClassName
{
color: #99CFBE;
}
.AnyTagClassName
{
color: #99CFBE;
}
</style>
background-color css
<style>
a { background-color: #99CFBE; }
a { background-color: rgb(153,207,190); }
div.DivClassName
{
background-color: #99CFBE;
}
.BgClassName
{
background-color: #99CFBE;
}
</style>
border-color css
<style>
span { border-color: #99CFBE; }
span { border-color: rgb(153,207,190); }
td.TdClassName
{
border-color: #99CFBE;
}
.TagClassName
{
border-color: #99CFBE;
}
</style>