Shades of Chinook #92DFA8
Tints of Chinook #92DFA8
RGB
CMYK
RGB Variations
Color information
#92DFA8 (or 0x92DFA8) is known color: Chinook. HEX triplet: 92, DF and A8. RGB value is (146,223,168). Sum of RGB (Red+Green+Blue) = 146+223+168=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DFA8 is #6D2057. Grayscale: #C1C1C1. Windows color (decimal): -7151704 or 11067282. OLE color: 11067282.
HSL color Cylindrical-coordinate representation of color #92DFA8: hue angle of 137.14º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 168 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.13 |
| HSL | 137.14º | 0.55% | 0.72% | - |
| HSV(B) | 137.14º | 0.35% | 0.87% | - |
| XYZ | 45.31 | 61.71 | 46.57 | - |
| YUV | 193.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 168 | 0.35 | 0 | 0.25 | 0.13 | 137.14 | 0.55 | 0.72 |
| Hex | 92 | DF | A8 | 23 | 0 | 19 | D | 89 | 37 | 48 |
| Octal | 222 | 337 | 250 | 43 | 0 | 31 | 15 | 211 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10101000 | 100011 | 0 | 11001 | 1101 | 10001001 | 110111 | 1001000 |
Color Harmonies of #92DFA8
Complementary color
Monochromatic Colors of #92DFA8
Black with #92DFA8
Text Example
Text Example
White with #92DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFA8; }
p { color: rgb(146,223,168); }
H1.HeaderClassName
{
color: #92DFA8;
}
.AnyTagClassName
{
color: #92DFA8;
}
</style>
background-color css
<style>
a { background-color: #92DFA8; }
a { background-color: rgb(146,223,168); }
div.DivClassName
{
background-color: #92DFA8;
}
.BgClassName
{
background-color: #92DFA8;
}
</style>
border-color css
<style>
span { border-color: #92DFA8; }
span { border-color: rgb(146,223,168); }
td.TdClassName
{
border-color: #92DFA8;
}
.TagClassName
{
border-color: #92DFA8;
}
</style>