Shades of Chinook #93DCA0
Tints of Chinook #93DCA0
RGB
CMYK
RGB Variations
Color information
#93DCA0 (or 0x93DCA0) is known color: Chinook. HEX triplet: 93, DC and A0. RGB value is (147,220,160). Sum of RGB (Red+Green+Blue) = 147+220+160=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCA0 is #6C235F. Grayscale: #BFBFBF. Windows color (decimal): -7086944 or 10542227. OLE color: 10542227.
HSL color Cylindrical-coordinate representation of color #93DCA0: hue angle of 130.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCA0 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 160 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.14 |
| HSL | 130.68º | 0.51% | 0.72% | - |
| HSV(B) | 130.68º | 0.33% | 0.86% | - |
| XYZ | 43.97 | 59.93 | 42.51 | - |
| YUV | 191.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 160 | 0.33 | 0 | 0.27 | 0.14 | 130.68 | 0.51 | 0.72 |
| Hex | 93 | DC | A0 | 21 | 0 | 1B | E | 83 | 33 | 48 |
| Octal | 223 | 334 | 240 | 41 | 0 | 33 | 16 | 203 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10100000 | 100001 | 0 | 11011 | 1110 | 10000011 | 110011 | 1001000 |
Color Harmonies of #93DCA0
Complementary color
Monochromatic Colors of #93DCA0
Black with #93DCA0
Text Example
Text Example
White with #93DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCA0; }
p { color: rgb(147,220,160); }
H1.HeaderClassName
{
color: #93DCA0;
}
.AnyTagClassName
{
color: #93DCA0;
}
</style>
background-color css
<style>
a { background-color: #93DCA0; }
a { background-color: rgb(147,220,160); }
div.DivClassName
{
background-color: #93DCA0;
}
.BgClassName
{
background-color: #93DCA0;
}
</style>
border-color css
<style>
span { border-color: #93DCA0; }
span { border-color: rgb(147,220,160); }
td.TdClassName
{
border-color: #93DCA0;
}
.TagClassName
{
border-color: #93DCA0;
}
</style>