Shades of Summer Green #94AD9F
Tints of Summer Green #94AD9F
RGB
CMYK
RGB Variations
Color information
#94AD9F (or 0x94AD9F) is known color: Summer Green. HEX triplet: 94, AD and 9F. RGB value is (148,173,159). Sum of RGB (Red+Green+Blue) = 148+173+159=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD9F is #6B5260. Grayscale: #A3A3A3. Windows color (decimal): -7033441 or 10464660. OLE color: 10464660.
HSL color Cylindrical-coordinate representation of color #94AD9F: hue angle of 146.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94AD9F is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 159 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.32 |
| HSL | 146.4º | 0.13% | 0.63% | - |
| HSV(B) | 146.4º | 0.14% | 0.68% | - |
| XYZ | 33.41 | 38.69 | 38.51 | - |
| YUV | 163.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 159 | 0.14 | 0 | 0.08 | 0.32 | 146.4 | 0.13 | 0.63 |
| Hex | 94 | AD | 9F | E | 0 | 8 | 20 | 92 | D | 3F |
| Octal | 224 | 255 | 237 | 16 | 0 | 10 | 40 | 222 | 15 | 77 |
| Binary | 10010100 | 10101101 | 10011111 | 1110 | 0 | 1000 | 100000 | 10010010 | 1101 | 111111 |
Color Harmonies of #94AD9F
Complementary color
Monochromatic Colors of #94AD9F
Black with #94AD9F
Text Example
Text Example
White with #94AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD9F; }
p { color: rgb(148,173,159); }
H1.HeaderClassName
{
color: #94AD9F;
}
.AnyTagClassName
{
color: #94AD9F;
}
</style>
background-color css
<style>
a { background-color: #94AD9F; }
a { background-color: rgb(148,173,159); }
div.DivClassName
{
background-color: #94AD9F;
}
.BgClassName
{
background-color: #94AD9F;
}
</style>
border-color css
<style>
span { border-color: #94AD9F; }
span { border-color: rgb(148,173,159); }
td.TdClassName
{
border-color: #94AD9F;
}
.TagClassName
{
border-color: #94AD9F;
}
</style>