Shades of Summer Green #96BDA6
Tints of Summer Green #96BDA6
RGB
CMYK
RGB Variations
Color information
#96BDA6 (or 0x96BDA6) is known color: Summer Green. HEX triplet: 96, BD and A6. RGB value is (150,189,166). Sum of RGB (Red+Green+Blue) = 150+189+166=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDA6 is #694259. Grayscale: #AEAEAE. Windows color (decimal): -6898266 or 10927510. OLE color: 10927510.
HSL color Cylindrical-coordinate representation of color #96BDA6: hue angle of 144.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDA6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 166 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.26 |
| HSL | 144.62º | 0.23% | 0.66% | - |
| HSV(B) | 144.62º | 0.21% | 0.74% | - |
| XYZ | 37.66 | 45.63 | 42.9 | - |
| YUV | 174.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 166 | 0.21 | 0 | 0.12 | 0.26 | 144.62 | 0.23 | 0.66 |
| Hex | 96 | BD | A6 | 15 | 0 | C | 1A | 91 | 17 | 42 |
| Octal | 226 | 275 | 246 | 25 | 0 | 14 | 32 | 221 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10100110 | 10101 | 0 | 1100 | 11010 | 10010001 | 10111 | 1000010 |
Color Harmonies of #96BDA6
Complementary color
Monochromatic Colors of #96BDA6
Black with #96BDA6
Text Example
Text Example
White with #96BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDA6; }
p { color: rgb(150,189,166); }
H1.HeaderClassName
{
color: #96BDA6;
}
.AnyTagClassName
{
color: #96BDA6;
}
</style>
background-color css
<style>
a { background-color: #96BDA6; }
a { background-color: rgb(150,189,166); }
div.DivClassName
{
background-color: #96BDA6;
}
.BgClassName
{
background-color: #96BDA6;
}
</style>
border-color css
<style>
span { border-color: #96BDA6; }
span { border-color: rgb(150,189,166); }
td.TdClassName
{
border-color: #96BDA6;
}
.TagClassName
{
border-color: #96BDA6;
}
</style>