Shades of Shadow Green #92C5C1
Tints of Shadow Green #92C5C1
RGB
CMYK
RGB Variations
Color information
#92C5C1 (or 0x92C5C1) is known color: Shadow Green. HEX triplet: 92, C5 and C1. RGB value is (146,197,193). Sum of RGB (Red+Green+Blue) = 146+197+193=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #92C5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5C1 is #6D3A3E. Grayscale: #B5B5B5. Windows color (decimal): -7158335 or 12699026. OLE color: 12699026.
HSL color Cylindrical-coordinate representation of color #92C5C1: hue angle of 175.29º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C5C1 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 193 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.23 |
| HSL | 175.29º | 0.31% | 0.67% | - |
| HSV(B) | 175.29º | 0.26% | 0.77% | - |
| XYZ | 41.45 | 49.89 | 57.9 | - |
| YUV | 181.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 193 | 0.26 | 0 | 0.02 | 0.23 | 175.29 | 0.31 | 0.67 |
| Hex | 92 | C5 | C1 | 1A | 0 | 2 | 17 | AF | 1F | 43 |
| Octal | 222 | 305 | 301 | 32 | 0 | 2 | 27 | 257 | 37 | 103 |
| Binary | 10010010 | 11000101 | 11000001 | 11010 | 0 | 10 | 10111 | 10101111 | 11111 | 1000011 |
Color Harmonies of #92C5C1
Complementary color
Monochromatic Colors of #92C5C1
Black with #92C5C1
Text Example
Text Example
White with #92C5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5C1; }
p { color: rgb(146,197,193); }
H1.HeaderClassName
{
color: #92C5C1;
}
.AnyTagClassName
{
color: #92C5C1;
}
</style>
background-color css
<style>
a { background-color: #92C5C1; }
a { background-color: rgb(146,197,193); }
div.DivClassName
{
background-color: #92C5C1;
}
.BgClassName
{
background-color: #92C5C1;
}
</style>
border-color css
<style>
span { border-color: #92C5C1; }
span { border-color: rgb(146,197,193); }
td.TdClassName
{
border-color: #92C5C1;
}
.TagClassName
{
border-color: #92C5C1;
}
</style>