Shades of Shadow Green #9CBEBB
Tints of Shadow Green #9CBEBB
RGB
CMYK
RGB Variations
Color information
#9CBEBB (or 0x9CBEBB) is known color: Shadow Green. HEX triplet: 9C, BE and BB. RGB value is (156,190,187). Sum of RGB (Red+Green+Blue) = 156+190+187=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEBB is #634144. Grayscale: #B3B3B3. Windows color (decimal): -6504773 or 12304028. OLE color: 12304028.
HSL color Cylindrical-coordinate representation of color #9CBEBB: hue angle of 174.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBEBB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 187 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.25 |
| HSL | 174.71º | 0.21% | 0.68% | - |
| HSV(B) | 174.71º | 0.18% | 0.75% | - |
| XYZ | 41.09 | 47.48 | 54.01 | - |
| YUV | 179.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 187 | 0.18 | 0 | 0.02 | 0.25 | 174.71 | 0.21 | 0.68 |
| Hex | 9C | BE | BB | 12 | 0 | 2 | 19 | AF | 15 | 44 |
| Octal | 234 | 276 | 273 | 22 | 0 | 2 | 31 | 257 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10111011 | 10010 | 0 | 10 | 11001 | 10101111 | 10101 | 1000100 |
Color Harmonies of #9CBEBB
Complementary color
Monochromatic Colors of #9CBEBB
Black with #9CBEBB
Text Example
Text Example
White with #9CBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEBB; }
p { color: rgb(156,190,187); }
H1.HeaderClassName
{
color: #9CBEBB;
}
.AnyTagClassName
{
color: #9CBEBB;
}
</style>
background-color css
<style>
a { background-color: #9CBEBB; }
a { background-color: rgb(156,190,187); }
div.DivClassName
{
background-color: #9CBEBB;
}
.BgClassName
{
background-color: #9CBEBB;
}
</style>
border-color css
<style>
span { border-color: #9CBEBB; }
span { border-color: rgb(156,190,187); }
td.TdClassName
{
border-color: #9CBEBB;
}
.TagClassName
{
border-color: #9CBEBB;
}
</style>