Shades of Shadow Green #94C1BD
Tints of Shadow Green #94C1BD
RGB
CMYK
RGB Variations
Color information
#94C1BD (or 0x94C1BD) is known color: Shadow Green. HEX triplet: 94, C1 and BD. RGB value is (148,193,189). Sum of RGB (Red+Green+Blue) = 148+193+189=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #94C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1BD is #6B3E42. Grayscale: #B3B3B3. Windows color (decimal): -7028291 or 12435860. OLE color: 12435860.
HSL color Cylindrical-coordinate representation of color #94C1BD: hue angle of 174.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C1BD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 189 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.24 |
| HSL | 174.67º | 0.27% | 0.67% | - |
| HSV(B) | 174.67º | 0.23% | 0.76% | - |
| XYZ | 40.47 | 48.11 | 55.3 | - |
| YUV | 179.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 189 | 0.23 | 0 | 0.02 | 0.24 | 174.67 | 0.27 | 0.67 |
| Hex | 94 | C1 | BD | 17 | 0 | 2 | 18 | AF | 1B | 43 |
| Octal | 224 | 301 | 275 | 27 | 0 | 2 | 30 | 257 | 33 | 103 |
| Binary | 10010100 | 11000001 | 10111101 | 10111 | 0 | 10 | 11000 | 10101111 | 11011 | 1000011 |
Color Harmonies of #94C1BD
Complementary color
Monochromatic Colors of #94C1BD
Black with #94C1BD
Text Example
Text Example
White with #94C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C1BD; }
p { color: rgb(148,193,189); }
H1.HeaderClassName
{
color: #94C1BD;
}
.AnyTagClassName
{
color: #94C1BD;
}
</style>
background-color css
<style>
a { background-color: #94C1BD; }
a { background-color: rgb(148,193,189); }
div.DivClassName
{
background-color: #94C1BD;
}
.BgClassName
{
background-color: #94C1BD;
}
</style>
border-color css
<style>
span { border-color: #94C1BD; }
span { border-color: rgb(148,193,189); }
td.TdClassName
{
border-color: #94C1BD;
}
.TagClassName
{
border-color: #94C1BD;
}
</style>