Shades of Chinook #92DAA2
Tints of Chinook #92DAA2
RGB
CMYK
RGB Variations
Color information
#92DAA2 (or 0x92DAA2) is known color: Chinook. HEX triplet: 92, DA and A2. RGB value is (146,218,162). Sum of RGB (Red+Green+Blue) = 146+218+162=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #92DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DAA2 is #6D255D. Grayscale: #BEBEBE. Windows color (decimal): -7152990 or 10672786. OLE color: 10672786.
HSL color Cylindrical-coordinate representation of color #92DAA2: hue angle of 133.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DAA2 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 162 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.15 |
| HSL | 133.33º | 0.49% | 0.71% | - |
| HSV(B) | 133.33º | 0.33% | 0.85% | - |
| XYZ | 43.45 | 58.86 | 43.25 | - |
| YUV | 190.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 162 | 0.33 | 0 | 0.26 | 0.15 | 133.33 | 0.49 | 0.71 |
| Hex | 92 | DA | A2 | 21 | 0 | 1A | F | 85 | 31 | 47 |
| Octal | 222 | 332 | 242 | 41 | 0 | 32 | 17 | 205 | 61 | 107 |
| Binary | 10010010 | 11011010 | 10100010 | 100001 | 0 | 11010 | 1111 | 10000101 | 110001 | 1000111 |
Color Harmonies of #92DAA2
Complementary color
Monochromatic Colors of #92DAA2
Black with #92DAA2
Text Example
Text Example
White with #92DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DAA2; }
p { color: rgb(146,218,162); }
H1.HeaderClassName
{
color: #92DAA2;
}
.AnyTagClassName
{
color: #92DAA2;
}
</style>
background-color css
<style>
a { background-color: #92DAA2; }
a { background-color: rgb(146,218,162); }
div.DivClassName
{
background-color: #92DAA2;
}
.BgClassName
{
background-color: #92DAA2;
}
</style>
border-color css
<style>
span { border-color: #92DAA2; }
span { border-color: rgb(146,218,162); }
td.TdClassName
{
border-color: #92DAA2;
}
.TagClassName
{
border-color: #92DAA2;
}
</style>