Shades of Chinook #93DEAA
Tints of Chinook #93DEAA
RGB
CMYK
RGB Variations
Color information
#93DEAA (or 0x93DEAA) is known color: Chinook. HEX triplet: 93, DE and AA. RGB value is (147,222,170). Sum of RGB (Red+Green+Blue) = 147+222+170=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEAA is #6C2155. Grayscale: #C1C1C1. Windows color (decimal): -7086422 or 11198099. OLE color: 11198099.
HSL color Cylindrical-coordinate representation of color #93DEAA: hue angle of 138.4º 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 #93DEAA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 170 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.13 |
| HSL | 138.4º | 0.53% | 0.72% | - |
| HSV(B) | 138.4º | 0.34% | 0.87% | - |
| XYZ | 45.41 | 61.35 | 47.48 | - |
| YUV | 193.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 170 | 0.34 | 0 | 0.23 | 0.13 | 138.4 | 0.53 | 0.72 |
| Hex | 93 | DE | AA | 22 | 0 | 17 | D | 8A | 35 | 48 |
| Octal | 223 | 336 | 252 | 42 | 0 | 27 | 15 | 212 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10101010 | 100010 | 0 | 10111 | 1101 | 10001010 | 110101 | 1001000 |
Color Harmonies of #93DEAA
Complementary color
Monochromatic Colors of #93DEAA
Black with #93DEAA
Text Example
Text Example
White with #93DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEAA; }
p { color: rgb(147,222,170); }
H1.HeaderClassName
{
color: #93DEAA;
}
.AnyTagClassName
{
color: #93DEAA;
}
</style>
background-color css
<style>
a { background-color: #93DEAA; }
a { background-color: rgb(147,222,170); }
div.DivClassName
{
background-color: #93DEAA;
}
.BgClassName
{
background-color: #93DEAA;
}
</style>
border-color css
<style>
span { border-color: #93DEAA; }
span { border-color: rgb(147,222,170); }
td.TdClassName
{
border-color: #93DEAA;
}
.TagClassName
{
border-color: #93DEAA;
}
</style>