Shades of Summer Green #97BDA0
Tints of Summer Green #97BDA0
RGB
CMYK
RGB Variations
Color information
#97BDA0 (or 0x97BDA0) is known color: Summer Green. HEX triplet: 97, BD and A0. RGB value is (151,189,160). Sum of RGB (Red+Green+Blue) = 151+189+160=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #97BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BDA0 is #68425F. Grayscale: #AEAEAE. Windows color (decimal): -6832736 or 10534295. OLE color: 10534295.
HSL color Cylindrical-coordinate representation of color #97BDA0: hue angle of 134.21º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BDA0 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 189 | 160 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.26 |
| HSL | 134.21º | 0.22% | 0.67% | - |
| HSV(B) | 134.21º | 0.2% | 0.74% | - |
| XYZ | 37.31 | 45.51 | 40.08 | - |
| YUV | 174.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 160 | 0.20 | 0 | 0.15 | 0.26 | 134.21 | 0.22 | 0.67 |
| Hex | 97 | BD | A0 | 14 | 0 | F | 1A | 86 | 16 | 43 |
| Octal | 227 | 275 | 240 | 24 | 0 | 17 | 32 | 206 | 26 | 103 |
| Binary | 10010111 | 10111101 | 10100000 | 10100 | 0 | 1111 | 11010 | 10000110 | 10110 | 1000011 |
Color Harmonies of #97BDA0
Complementary color
Monochromatic Colors of #97BDA0
Black with #97BDA0
Text Example
Text Example
White with #97BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDA0; }
p { color: rgb(151,189,160); }
H1.HeaderClassName
{
color: #97BDA0;
}
.AnyTagClassName
{
color: #97BDA0;
}
</style>
background-color css
<style>
a { background-color: #97BDA0; }
a { background-color: rgb(151,189,160); }
div.DivClassName
{
background-color: #97BDA0;
}
.BgClassName
{
background-color: #97BDA0;
}
</style>
border-color css
<style>
span { border-color: #97BDA0; }
span { border-color: rgb(151,189,160); }
td.TdClassName
{
border-color: #97BDA0;
}
.TagClassName
{
border-color: #97BDA0;
}
</style>