Shades of Shadow Green #94CFBB
Tints of Shadow Green #94CFBB
RGB
CMYK
RGB Variations
Color information
#94CFBB (or 0x94CFBB) is known color: Shadow Green. HEX triplet: 94, CF and BB. RGB value is (148,207,187). Sum of RGB (Red+Green+Blue) = 148+207+187=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #94CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFBB is #6B3044. Grayscale: #BBBBBB. Windows color (decimal): -7024709 or 12308372. OLE color: 12308372.
HSL color Cylindrical-coordinate representation of color #94CFBB: hue angle of 159.66º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CFBB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 207 | 187 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.19 |
| HSL | 159.66º | 0.38% | 0.7% | - |
| HSV(B) | 159.66º | 0.29% | 0.81% | - |
| XYZ | 43.5 | 54.51 | 55.24 | - |
| YUV | 187.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 187 | 0.29 | 0 | 0.10 | 0.19 | 159.66 | 0.38 | 0.7 |
| Hex | 94 | CF | BB | 1D | 0 | A | 13 | A0 | 26 | 46 |
| Octal | 224 | 317 | 273 | 35 | 0 | 12 | 23 | 240 | 46 | 106 |
| Binary | 10010100 | 11001111 | 10111011 | 11101 | 0 | 1010 | 10011 | 10100000 | 100110 | 1000110 |
Color Harmonies of #94CFBB
Complementary color
Monochromatic Colors of #94CFBB
Black with #94CFBB
Text Example
Text Example
White with #94CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFBB; }
p { color: rgb(148,207,187); }
H1.HeaderClassName
{
color: #94CFBB;
}
.AnyTagClassName
{
color: #94CFBB;
}
</style>
background-color css
<style>
a { background-color: #94CFBB; }
a { background-color: rgb(148,207,187); }
div.DivClassName
{
background-color: #94CFBB;
}
.BgClassName
{
background-color: #94CFBB;
}
</style>
border-color css
<style>
span { border-color: #94CFBB; }
span { border-color: rgb(148,207,187); }
td.TdClassName
{
border-color: #94CFBB;
}
.TagClassName
{
border-color: #94CFBB;
}
</style>