Shades of Shadow Green #92C6BA
Tints of Shadow Green #92C6BA
RGB
CMYK
RGB Variations
Color information
#92C6BA (or 0x92C6BA) is known color: Shadow Green. HEX triplet: 92, C6 and BA. RGB value is (146,198,186). Sum of RGB (Red+Green+Blue) = 146+198+186=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #92C6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6BA is #6D3945. Grayscale: #B5B5B5. Windows color (decimal): -7158086 or 12240530. OLE color: 12240530.
HSL color Cylindrical-coordinate representation of color #92C6BA: hue angle of 166.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C6BA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 186 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.22 |
| HSL | 166.15º | 0.31% | 0.67% | - |
| HSV(B) | 166.15º | 0.26% | 0.78% | - |
| XYZ | 40.91 | 50.04 | 53.96 | - |
| YUV | 181.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 186 | 0.26 | 0 | 0.06 | 0.22 | 166.15 | 0.31 | 0.67 |
| Hex | 92 | C6 | BA | 1A | 0 | 6 | 16 | A6 | 1F | 43 |
| Octal | 222 | 306 | 272 | 32 | 0 | 6 | 26 | 246 | 37 | 103 |
| Binary | 10010010 | 11000110 | 10111010 | 11010 | 0 | 110 | 10110 | 10100110 | 11111 | 1000011 |
Color Harmonies of #92C6BA
Complementary color
Monochromatic Colors of #92C6BA
Black with #92C6BA
Text Example
Text Example
White with #92C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6BA; }
p { color: rgb(146,198,186); }
H1.HeaderClassName
{
color: #92C6BA;
}
.AnyTagClassName
{
color: #92C6BA;
}
</style>
background-color css
<style>
a { background-color: #92C6BA; }
a { background-color: rgb(146,198,186); }
div.DivClassName
{
background-color: #92C6BA;
}
.BgClassName
{
background-color: #92C6BA;
}
</style>
border-color css
<style>
span { border-color: #92C6BA; }
span { border-color: rgb(146,198,186); }
td.TdClassName
{
border-color: #92C6BA;
}
.TagClassName
{
border-color: #92C6BA;
}
</style>