Shades of Summer Green #94C6A6
Tints of Summer Green #94C6A6
RGB
CMYK
RGB Variations
Color information
#94C6A6 (or 0x94C6A6) is known color: Summer Green. HEX triplet: 94, C6 and A6. RGB value is (148,198,166). Sum of RGB (Red+Green+Blue) = 148+198+166=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C6A6 is #6B3959. Grayscale: #B3B3B3. Windows color (decimal): -7027034 or 10929812. OLE color: 10929812.
HSL color Cylindrical-coordinate representation of color #94C6A6: hue angle of 141.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C6A6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 166 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.22 |
| HSL | 141.6º | 0.3% | 0.68% | - |
| HSV(B) | 141.6º | 0.25% | 0.78% | - |
| XYZ | 39.29 | 49.44 | 43.55 | - |
| YUV | 179.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 166 | 0.25 | 0 | 0.16 | 0.22 | 141.6 | 0.3 | 0.68 |
| Hex | 94 | C6 | A6 | 19 | 0 | 10 | 16 | 8E | 1E | 44 |
| Octal | 224 | 306 | 246 | 31 | 0 | 20 | 26 | 216 | 36 | 104 |
| Binary | 10010100 | 11000110 | 10100110 | 11001 | 0 | 10000 | 10110 | 10001110 | 11110 | 1000100 |
Color Harmonies of #94C6A6
Complementary color
Monochromatic Colors of #94C6A6
Black with #94C6A6
Text Example
Text Example
White with #94C6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6A6; }
p { color: rgb(148,198,166); }
H1.HeaderClassName
{
color: #94C6A6;
}
.AnyTagClassName
{
color: #94C6A6;
}
</style>
background-color css
<style>
a { background-color: #94C6A6; }
a { background-color: rgb(148,198,166); }
div.DivClassName
{
background-color: #94C6A6;
}
.BgClassName
{
background-color: #94C6A6;
}
</style>
border-color css
<style>
span { border-color: #94C6A6; }
span { border-color: rgb(148,198,166); }
td.TdClassName
{
border-color: #94C6A6;
}
.TagClassName
{
border-color: #94C6A6;
}
</style>