Shades of Chinook #92DEA6
Tints of Chinook #92DEA6
RGB
CMYK
RGB Variations
Color information
#92DEA6 (or 0x92DEA6) is known color: Chinook. HEX triplet: 92, DE and A6. RGB value is (146,222,166). Sum of RGB (Red+Green+Blue) = 146+222+166=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #92DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DEA6 is #6D2159. Grayscale: #C1C1C1. Windows color (decimal): -7151962 or 10935954. OLE color: 10935954.
HSL color Cylindrical-coordinate representation of color #92DEA6: hue angle of 135.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 166 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.13 |
| HSL | 135.79º | 0.54% | 0.72% | - |
| HSV(B) | 135.79º | 0.34% | 0.87% | - |
| XYZ | 44.86 | 61.11 | 45.51 | - |
| YUV | 192.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 166 | 0.34 | 0 | 0.25 | 0.13 | 135.79 | 0.54 | 0.72 |
| Hex | 92 | DE | A6 | 22 | 0 | 19 | D | 88 | 36 | 48 |
| Octal | 222 | 336 | 246 | 42 | 0 | 31 | 15 | 210 | 66 | 110 |
| Binary | 10010010 | 11011110 | 10100110 | 100010 | 0 | 11001 | 1101 | 10001000 | 110110 | 1001000 |
Color Harmonies of #92DEA6
Complementary color
Monochromatic Colors of #92DEA6
Black with #92DEA6
Text Example
Text Example
White with #92DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DEA6; }
p { color: rgb(146,222,166); }
H1.HeaderClassName
{
color: #92DEA6;
}
.AnyTagClassName
{
color: #92DEA6;
}
</style>
background-color css
<style>
a { background-color: #92DEA6; }
a { background-color: rgb(146,222,166); }
div.DivClassName
{
background-color: #92DEA6;
}
.BgClassName
{
background-color: #92DEA6;
}
</style>
border-color css
<style>
span { border-color: #92DEA6; }
span { border-color: rgb(146,222,166); }
td.TdClassName
{
border-color: #92DEA6;
}
.TagClassName
{
border-color: #92DEA6;
}
</style>