Shades of Summer Green #95B39E
Tints of Summer Green #95B39E
RGB
CMYK
RGB Variations
Color information
#95B39E (or 0x95B39E) is known color: Summer Green. HEX triplet: 95, B3 and 9E. RGB value is (149,179,158). Sum of RGB (Red+Green+Blue) = 149+179+158=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #95B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B39E is #6A4C61. Grayscale: #A7A7A7. Windows color (decimal): -6966370 or 10400661. OLE color: 10400661.
HSL color Cylindrical-coordinate representation of color #95B39E: hue angle of 138º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B39E is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 158 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.30 |
| HSL | 138º | 0.16% | 0.64% | - |
| HSV(B) | 138º | 0.17% | 0.7% | - |
| XYZ | 34.69 | 41.1 | 38.45 | - |
| YUV | 167.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 158 | 0.17 | 0 | 0.12 | 0.30 | 138 | 0.16 | 0.64 |
| Hex | 95 | B3 | 9E | 11 | 0 | C | 1E | 8A | 10 | 40 |
| Octal | 225 | 263 | 236 | 21 | 0 | 14 | 36 | 212 | 20 | 100 |
| Binary | 10010101 | 10110011 | 10011110 | 10001 | 0 | 1100 | 11110 | 10001010 | 10000 | 1000000 |
Color Harmonies of #95B39E
Complementary color
Monochromatic Colors of #95B39E
Black with #95B39E
Text Example
Text Example
White with #95B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B39E; }
p { color: rgb(149,179,158); }
H1.HeaderClassName
{
color: #95B39E;
}
.AnyTagClassName
{
color: #95B39E;
}
</style>
background-color css
<style>
a { background-color: #95B39E; }
a { background-color: rgb(149,179,158); }
div.DivClassName
{
background-color: #95B39E;
}
.BgClassName
{
background-color: #95B39E;
}
</style>
border-color css
<style>
span { border-color: #95B39E; }
span { border-color: rgb(149,179,158); }
td.TdClassName
{
border-color: #95B39E;
}
.TagClassName
{
border-color: #95B39E;
}
</style>