Shades of Summer Green #94B19F
Tints of Summer Green #94B19F
RGB
CMYK
RGB Variations
Color information
#94B19F (or 0x94B19F) is known color: Summer Green. HEX triplet: 94, B1 and 9F. RGB value is (148,177,159). Sum of RGB (Red+Green+Blue) = 148+177+159=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #94B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B19F is #6B4E60. Grayscale: #A6A6A6. Windows color (decimal): -7032417 or 10465684. OLE color: 10465684.
HSL color Cylindrical-coordinate representation of color #94B19F: hue angle of 142.76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B19F is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 159 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.31 |
| HSL | 142.76º | 0.16% | 0.64% | - |
| HSV(B) | 142.76º | 0.16% | 0.69% | - |
| XYZ | 34.19 | 40.24 | 38.77 | - |
| YUV | 166.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 159 | 0.16 | 0 | 0.10 | 0.31 | 142.76 | 0.16 | 0.64 |
| Hex | 94 | B1 | 9F | 10 | 0 | A | 1F | 8F | 10 | 40 |
| Octal | 224 | 261 | 237 | 20 | 0 | 12 | 37 | 217 | 20 | 100 |
| Binary | 10010100 | 10110001 | 10011111 | 10000 | 0 | 1010 | 11111 | 10001111 | 10000 | 1000000 |
Color Harmonies of #94B19F
Complementary color
Monochromatic Colors of #94B19F
Black with #94B19F
Text Example
Text Example
White with #94B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B19F; }
p { color: rgb(148,177,159); }
H1.HeaderClassName
{
color: #94B19F;
}
.AnyTagClassName
{
color: #94B19F;
}
</style>
background-color css
<style>
a { background-color: #94B19F; }
a { background-color: rgb(148,177,159); }
div.DivClassName
{
background-color: #94B19F;
}
.BgClassName
{
background-color: #94B19F;
}
</style>
border-color css
<style>
span { border-color: #94B19F; }
span { border-color: rgb(148,177,159); }
td.TdClassName
{
border-color: #94B19F;
}
.TagClassName
{
border-color: #94B19F;
}
</style>