Shades of Summer Green #94AE9E
Tints of Summer Green #94AE9E
RGB
CMYK
RGB Variations
Color information
#94AE9E (or 0x94AE9E) is known color: Summer Green. HEX triplet: 94, AE and 9E. RGB value is (148,174,158). Sum of RGB (Red+Green+Blue) = 148+174+158=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE9E is #6B5161. Grayscale: #A4A4A4. Windows color (decimal): -7033186 or 10399380. OLE color: 10399380.
HSL color Cylindrical-coordinate representation of color #94AE9E: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AE9E is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 158 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.32 |
| HSL | 143.08º | 0.14% | 0.63% | - |
| HSV(B) | 143.08º | 0.15% | 0.68% | - |
| XYZ | 33.52 | 39.04 | 38.12 | - |
| YUV | 164.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 158 | 0.15 | 0 | 0.09 | 0.32 | 143.08 | 0.14 | 0.63 |
| Hex | 94 | AE | 9E | F | 0 | 9 | 20 | 8F | E | 3F |
| Octal | 224 | 256 | 236 | 17 | 0 | 11 | 40 | 217 | 16 | 77 |
| Binary | 10010100 | 10101110 | 10011110 | 1111 | 0 | 1001 | 100000 | 10001111 | 1110 | 111111 |
Color Harmonies of #94AE9E
Complementary color
Monochromatic Colors of #94AE9E
Black with #94AE9E
Text Example
Text Example
White with #94AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE9E; }
p { color: rgb(148,174,158); }
H1.HeaderClassName
{
color: #94AE9E;
}
.AnyTagClassName
{
color: #94AE9E;
}
</style>
background-color css
<style>
a { background-color: #94AE9E; }
a { background-color: rgb(148,174,158); }
div.DivClassName
{
background-color: #94AE9E;
}
.BgClassName
{
background-color: #94AE9E;
}
</style>
border-color css
<style>
span { border-color: #94AE9E; }
span { border-color: rgb(148,174,158); }
td.TdClassName
{
border-color: #94AE9E;
}
.TagClassName
{
border-color: #94AE9E;
}
</style>