Shades of Shadow Green #9AC2BB
Tints of Shadow Green #9AC2BB
RGB
CMYK
RGB Variations
Color information
#9AC2BB (or 0x9AC2BB) is known color: Shadow Green. HEX triplet: 9A, C2 and BB. RGB value is (154,194,187). Sum of RGB (Red+Green+Blue) = 154+194+187=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC2BB is #653D44. Grayscale: #B5B5B5. Windows color (decimal): -6634821 or 12305050. OLE color: 12305050.
HSL color Cylindrical-coordinate representation of color #9AC2BB: hue angle of 169.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC2BB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 187 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.24 |
| HSL | 169.5º | 0.25% | 0.68% | - |
| HSV(B) | 169.5º | 0.21% | 0.76% | - |
| XYZ | 41.59 | 49.04 | 54.29 | - |
| YUV | 181.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 187 | 0.21 | 0 | 0.04 | 0.24 | 169.5 | 0.25 | 0.68 |
| Hex | 9A | C2 | BB | 15 | 0 | 4 | 18 | AA | 19 | 44 |
| Octal | 232 | 302 | 273 | 25 | 0 | 4 | 30 | 252 | 31 | 104 |
| Binary | 10011010 | 11000010 | 10111011 | 10101 | 0 | 100 | 11000 | 10101010 | 11001 | 1000100 |
Color Harmonies of #9AC2BB
Complementary color
Monochromatic Colors of #9AC2BB
Black with #9AC2BB
Text Example
Text Example
White with #9AC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2BB; }
p { color: rgb(154,194,187); }
H1.HeaderClassName
{
color: #9AC2BB;
}
.AnyTagClassName
{
color: #9AC2BB;
}
</style>
background-color css
<style>
a { background-color: #9AC2BB; }
a { background-color: rgb(154,194,187); }
div.DivClassName
{
background-color: #9AC2BB;
}
.BgClassName
{
background-color: #9AC2BB;
}
</style>
border-color css
<style>
span { border-color: #9AC2BB; }
span { border-color: rgb(154,194,187); }
td.TdClassName
{
border-color: #9AC2BB;
}
.TagClassName
{
border-color: #9AC2BB;
}
</style>