Shades of Shadow Green #9AC0BB
Tints of Shadow Green #9AC0BB
RGB
CMYK
RGB Variations
Color information
#9AC0BB (or 0x9AC0BB) is known color: Shadow Green. HEX triplet: 9A, C0 and BB. RGB value is (154,192,187). Sum of RGB (Red+Green+Blue) = 154+192+187=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BB is #653F44. Grayscale: #B4B4B4. Windows color (decimal): -6635333 or 12304538. OLE color: 12304538.
HSL color Cylindrical-coordinate representation of color #9AC0BB: hue angle of 172.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0BB is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 187 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.25 |
| HSL | 172.11º | 0.23% | 0.68% | - |
| HSV(B) | 172.11º | 0.2% | 0.75% | - |
| XYZ | 41.15 | 48.16 | 54.14 | - |
| YUV | 180.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 187 | 0.20 | 0 | 0.03 | 0.25 | 172.11 | 0.23 | 0.68 |
| Hex | 9A | C0 | BB | 14 | 0 | 3 | 19 | AC | 17 | 44 |
| Octal | 232 | 300 | 273 | 24 | 0 | 3 | 31 | 254 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111011 | 10100 | 0 | 11 | 11001 | 10101100 | 10111 | 1000100 |
Color Harmonies of #9AC0BB
Complementary color
Monochromatic Colors of #9AC0BB
Black with #9AC0BB
Text Example
Text Example
White with #9AC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BB; }
p { color: rgb(154,192,187); }
H1.HeaderClassName
{
color: #9AC0BB;
}
.AnyTagClassName
{
color: #9AC0BB;
}
</style>
background-color css
<style>
a { background-color: #9AC0BB; }
a { background-color: rgb(154,192,187); }
div.DivClassName
{
background-color: #9AC0BB;
}
.BgClassName
{
background-color: #9AC0BB;
}
</style>
border-color css
<style>
span { border-color: #9AC0BB; }
span { border-color: rgb(154,192,187); }
td.TdClassName
{
border-color: #9AC0BB;
}
.TagClassName
{
border-color: #9AC0BB;
}
</style>