Shades of Summer Green #9DBCA8
Tints of Summer Green #9DBCA8
RGB
CMYK
RGB Variations
Color information
#9DBCA8 (or 0x9DBCA8) is known color: Summer Green. HEX triplet: 9D, BC and A8. RGB value is (157,188,168). Sum of RGB (Red+Green+Blue) = 157+188+168=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCA8 is #624357. Grayscale: #B0B0B0. Windows color (decimal): -6439768 or 11058333. OLE color: 11058333.
HSL color Cylindrical-coordinate representation of color #9DBCA8: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBCA8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 168 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.26 |
| HSL | 141.29º | 0.19% | 0.68% | - |
| HSV(B) | 141.29º | 0.16% | 0.74% | - |
| XYZ | 38.96 | 45.96 | 43.86 | - |
| YUV | 176.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 168 | 0.16 | 0 | 0.11 | 0.26 | 141.29 | 0.19 | 0.68 |
| Hex | 9D | BC | A8 | 10 | 0 | B | 1A | 8D | 13 | 44 |
| Octal | 235 | 274 | 250 | 20 | 0 | 13 | 32 | 215 | 23 | 104 |
| Binary | 10011101 | 10111100 | 10101000 | 10000 | 0 | 1011 | 11010 | 10001101 | 10011 | 1000100 |
Color Harmonies of #9DBCA8
Complementary color
Monochromatic Colors of #9DBCA8
Black with #9DBCA8
Text Example
Text Example
White with #9DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCA8; }
p { color: rgb(157,188,168); }
H1.HeaderClassName
{
color: #9DBCA8;
}
.AnyTagClassName
{
color: #9DBCA8;
}
</style>
background-color css
<style>
a { background-color: #9DBCA8; }
a { background-color: rgb(157,188,168); }
div.DivClassName
{
background-color: #9DBCA8;
}
.BgClassName
{
background-color: #9DBCA8;
}
</style>
border-color css
<style>
span { border-color: #9DBCA8; }
span { border-color: rgb(157,188,168); }
td.TdClassName
{
border-color: #9DBCA8;
}
.TagClassName
{
border-color: #9DBCA8;
}
</style>