Shades of Summer Green #96BE9E
Tints of Summer Green #96BE9E
RGB
CMYK
RGB Variations
Color information
#96BE9E (or 0x96BE9E) is known color: Summer Green. HEX triplet: 96, BE and 9E. RGB value is (150,190,158). Sum of RGB (Red+Green+Blue) = 150+190+158=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE9E is #694161. Grayscale: #AEAEAE. Windows color (decimal): -6898018 or 10403478. OLE color: 10403478.
HSL color Cylindrical-coordinate representation of color #96BE9E: hue angle of 132º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BE9E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 158 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.25 |
| HSL | 132º | 0.24% | 0.67% | - |
| HSV(B) | 132º | 0.21% | 0.75% | - |
| XYZ | 37.16 | 45.78 | 39.23 | - |
| YUV | 174.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 158 | 0.21 | 0 | 0.17 | 0.25 | 132 | 0.24 | 0.67 |
| Hex | 96 | BE | 9E | 15 | 0 | 11 | 19 | 84 | 18 | 43 |
| Octal | 226 | 276 | 236 | 25 | 0 | 21 | 31 | 204 | 30 | 103 |
| Binary | 10010110 | 10111110 | 10011110 | 10101 | 0 | 10001 | 11001 | 10000100 | 11000 | 1000011 |
Color Harmonies of #96BE9E
Complementary color
Monochromatic Colors of #96BE9E
Black with #96BE9E
Text Example
Text Example
White with #96BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE9E; }
p { color: rgb(150,190,158); }
H1.HeaderClassName
{
color: #96BE9E;
}
.AnyTagClassName
{
color: #96BE9E;
}
</style>
background-color css
<style>
a { background-color: #96BE9E; }
a { background-color: rgb(150,190,158); }
div.DivClassName
{
background-color: #96BE9E;
}
.BgClassName
{
background-color: #96BE9E;
}
</style>
border-color css
<style>
span { border-color: #96BE9E; }
span { border-color: rgb(150,190,158); }
td.TdClassName
{
border-color: #96BE9E;
}
.TagClassName
{
border-color: #96BE9E;
}
</style>