Shades of Chinook #93DEA6
Tints of Chinook #93DEA6
RGB
CMYK
RGB Variations
Color information
#93DEA6 (or 0x93DEA6) is known color: Chinook. HEX triplet: 93, DE and A6. RGB value is (147,222,166). Sum of RGB (Red+Green+Blue) = 147+222+166=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA6 is #6C2159. Grayscale: #C1C1C1. Windows color (decimal): -7086426 or 10935955. OLE color: 10935955.
HSL color Cylindrical-coordinate representation of color #93DEA6: hue angle of 135.2º 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 #93DEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 166 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.13 |
| HSL | 135.2º | 0.53% | 0.72% | - |
| HSV(B) | 135.2º | 0.34% | 0.87% | - |
| XYZ | 45.04 | 61.2 | 45.52 | - |
| YUV | 193.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 166 | 0.34 | 0 | 0.25 | 0.13 | 135.2 | 0.53 | 0.72 |
| Hex | 93 | DE | A6 | 22 | 0 | 19 | D | 87 | 35 | 48 |
| Octal | 223 | 336 | 246 | 42 | 0 | 31 | 15 | 207 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10100110 | 100010 | 0 | 11001 | 1101 | 10000111 | 110101 | 1001000 |
Color Harmonies of #93DEA6
Complementary color
Monochromatic Colors of #93DEA6
Black with #93DEA6
Text Example
Text Example
White with #93DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEA6; }
p { color: rgb(147,222,166); }
H1.HeaderClassName
{
color: #93DEA6;
}
.AnyTagClassName
{
color: #93DEA6;
}
</style>
background-color css
<style>
a { background-color: #93DEA6; }
a { background-color: rgb(147,222,166); }
div.DivClassName
{
background-color: #93DEA6;
}
.BgClassName
{
background-color: #93DEA6;
}
</style>
border-color css
<style>
span { border-color: #93DEA6; }
span { border-color: rgb(147,222,166); }
td.TdClassName
{
border-color: #93DEA6;
}
.TagClassName
{
border-color: #93DEA6;
}
</style>