Shades of Summer Green #97BDA3
Tints of Summer Green #97BDA3
RGB
CMYK
RGB Variations
Color information
#97BDA3 (or 0x97BDA3) is known color: Summer Green. HEX triplet: 97, BD and A3. RGB value is (151,189,163). Sum of RGB (Red+Green+Blue) = 151+189+163=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #97BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BDA3 is #68425C. Grayscale: #AEAEAE. Windows color (decimal): -6832733 or 10730903. OLE color: 10730903.
HSL color Cylindrical-coordinate representation of color #97BDA3: hue angle of 138.95º 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 #97BDA3 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 189 | 163 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.26 |
| HSL | 138.95º | 0.22% | 0.67% | - |
| HSV(B) | 138.95º | 0.2% | 0.74% | - |
| XYZ | 37.57 | 45.62 | 41.48 | - |
| YUV | 174.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 163 | 0.20 | 0 | 0.14 | 0.26 | 138.95 | 0.22 | 0.67 |
| Hex | 97 | BD | A3 | 14 | 0 | E | 1A | 8B | 16 | 43 |
| Octal | 227 | 275 | 243 | 24 | 0 | 16 | 32 | 213 | 26 | 103 |
| Binary | 10010111 | 10111101 | 10100011 | 10100 | 0 | 1110 | 11010 | 10001011 | 10110 | 1000011 |
Color Harmonies of #97BDA3
Complementary color
Monochromatic Colors of #97BDA3
Black with #97BDA3
Text Example
Text Example
White with #97BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDA3; }
p { color: rgb(151,189,163); }
H1.HeaderClassName
{
color: #97BDA3;
}
.AnyTagClassName
{
color: #97BDA3;
}
</style>
background-color css
<style>
a { background-color: #97BDA3; }
a { background-color: rgb(151,189,163); }
div.DivClassName
{
background-color: #97BDA3;
}
.BgClassName
{
background-color: #97BDA3;
}
</style>
border-color css
<style>
span { border-color: #97BDA3; }
span { border-color: rgb(151,189,163); }
td.TdClassName
{
border-color: #97BDA3;
}
.TagClassName
{
border-color: #97BDA3;
}
</style>