Shades of Shadow Green #94CEBB
Tints of Shadow Green #94CEBB
RGB
CMYK
RGB Variations
Color information
#94CEBB (or 0x94CEBB) is known color: Shadow Green. HEX triplet: 94, CE and BB. RGB value is (148,206,187). Sum of RGB (Red+Green+Blue) = 148+206+187=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEBB is #6B3144. Grayscale: #BABABA. Windows color (decimal): -7024965 or 12308116. OLE color: 12308116.
HSL color Cylindrical-coordinate representation of color #94CEBB: hue angle of 160.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEBB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 187 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.19 |
| HSL | 160.34º | 0.37% | 0.69% | - |
| HSV(B) | 160.34º | 0.28% | 0.81% | - |
| XYZ | 43.25 | 54.03 | 55.16 | - |
| YUV | 186.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 187 | 0.28 | 0 | 0.09 | 0.19 | 160.34 | 0.37 | 0.69 |
| Hex | 94 | CE | BB | 1C | 0 | 9 | 13 | A0 | 25 | 45 |
| Octal | 224 | 316 | 273 | 34 | 0 | 11 | 23 | 240 | 45 | 105 |
| Binary | 10010100 | 11001110 | 10111011 | 11100 | 0 | 1001 | 10011 | 10100000 | 100101 | 1000101 |
Color Harmonies of #94CEBB
Complementary color
Monochromatic Colors of #94CEBB
Black with #94CEBB
Text Example
Text Example
White with #94CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CEBB; }
p { color: rgb(148,206,187); }
H1.HeaderClassName
{
color: #94CEBB;
}
.AnyTagClassName
{
color: #94CEBB;
}
</style>
background-color css
<style>
a { background-color: #94CEBB; }
a { background-color: rgb(148,206,187); }
div.DivClassName
{
background-color: #94CEBB;
}
.BgClassName
{
background-color: #94CEBB;
}
</style>
border-color css
<style>
span { border-color: #94CEBB; }
span { border-color: rgb(148,206,187); }
td.TdClassName
{
border-color: #94CEBB;
}
.TagClassName
{
border-color: #94CEBB;
}
</style>