Shades of Chinook #93DEA2
Tints of Chinook #93DEA2
RGB
CMYK
RGB Variations
Color information
#93DEA2 (or 0x93DEA2) is known color: Chinook. HEX triplet: 93, DE and A2. RGB value is (147,222,162). Sum of RGB (Red+Green+Blue) = 147+222+162=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA2 is #6C215D. Grayscale: #C0C0C0. Windows color (decimal): -7086430 or 10673811. OLE color: 10673811.
HSL color Cylindrical-coordinate representation of color #93DEA2: hue angle of 132º degrees, saturation: 0.53, 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 #93DEA2 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 162 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.13 |
| HSL | 132º | 0.53% | 0.72% | - |
| HSV(B) | 132º | 0.34% | 0.87% | - |
| XYZ | 44.68 | 61.05 | 43.61 | - |
| YUV | 192.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 162 | 0.34 | 0 | 0.27 | 0.13 | 132 | 0.53 | 0.72 |
| Hex | 93 | DE | A2 | 22 | 0 | 1B | D | 84 | 35 | 48 |
| Octal | 223 | 336 | 242 | 42 | 0 | 33 | 15 | 204 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10100010 | 100010 | 0 | 11011 | 1101 | 10000100 | 110101 | 1001000 |
Color Harmonies of #93DEA2
Complementary color
Monochromatic Colors of #93DEA2
Black with #93DEA2
Text Example
Text Example
White with #93DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEA2; }
p { color: rgb(147,222,162); }
H1.HeaderClassName
{
color: #93DEA2;
}
.AnyTagClassName
{
color: #93DEA2;
}
</style>
background-color css
<style>
a { background-color: #93DEA2; }
a { background-color: rgb(147,222,162); }
div.DivClassName
{
background-color: #93DEA2;
}
.BgClassName
{
background-color: #93DEA2;
}
</style>
border-color css
<style>
span { border-color: #93DEA2; }
span { border-color: rgb(147,222,162); }
td.TdClassName
{
border-color: #93DEA2;
}
.TagClassName
{
border-color: #93DEA2;
}
</style>