Shades of Shadow Green #92C7BA
Tints of Shadow Green #92C7BA
RGB
CMYK
RGB Variations
Color information
#92C7BA (or 0x92C7BA) is known color: Shadow Green. HEX triplet: 92, C7 and BA. RGB value is (146,199,186). Sum of RGB (Red+Green+Blue) = 146+199+186=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #92C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C7BA is #6D3845. Grayscale: #B5B5B5. Windows color (decimal): -7157830 or 12240786. OLE color: 12240786.
HSL color Cylindrical-coordinate representation of color #92C7BA: hue angle of 165.28º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C7BA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 186 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.22 |
| HSL | 165.28º | 0.32% | 0.68% | - |
| HSV(B) | 165.28º | 0.27% | 0.78% | - |
| XYZ | 41.14 | 50.5 | 54.03 | - |
| YUV | 181.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 186 | 0.27 | 0 | 0.07 | 0.22 | 165.28 | 0.32 | 0.68 |
| Hex | 92 | C7 | BA | 1B | 0 | 7 | 16 | A5 | 20 | 44 |
| Octal | 222 | 307 | 272 | 33 | 0 | 7 | 26 | 245 | 40 | 104 |
| Binary | 10010010 | 11000111 | 10111010 | 11011 | 0 | 111 | 10110 | 10100101 | 100000 | 1000100 |
Color Harmonies of #92C7BA
Complementary color
Monochromatic Colors of #92C7BA
Black with #92C7BA
Text Example
Text Example
White with #92C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C7BA; }
p { color: rgb(146,199,186); }
H1.HeaderClassName
{
color: #92C7BA;
}
.AnyTagClassName
{
color: #92C7BA;
}
</style>
background-color css
<style>
a { background-color: #92C7BA; }
a { background-color: rgb(146,199,186); }
div.DivClassName
{
background-color: #92C7BA;
}
.BgClassName
{
background-color: #92C7BA;
}
</style>
border-color css
<style>
span { border-color: #92C7BA; }
span { border-color: rgb(146,199,186); }
td.TdClassName
{
border-color: #92C7BA;
}
.TagClassName
{
border-color: #92C7BA;
}
</style>