Shades of Chinook #93DCA6
Tints of Chinook #93DCA6
RGB
CMYK
RGB Variations
Color information
#93DCA6 (or 0x93DCA6) is known color: Chinook. HEX triplet: 93, DC and A6. RGB value is (147,220,166). Sum of RGB (Red+Green+Blue) = 147+220+166=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCA6 is #6C2359. Grayscale: #C0C0C0. Windows color (decimal): -7086938 or 10935443. OLE color: 10935443.
HSL color Cylindrical-coordinate representation of color #93DCA6: hue angle of 135.62º 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 #93DCA6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 166 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.14 |
| HSL | 135.62º | 0.51% | 0.72% | - |
| HSV(B) | 135.62º | 0.33% | 0.86% | - |
| XYZ | 44.51 | 60.14 | 45.34 | - |
| YUV | 192.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 166 | 0.33 | 0 | 0.25 | 0.14 | 135.62 | 0.51 | 0.72 |
| Hex | 93 | DC | A6 | 21 | 0 | 19 | E | 88 | 33 | 48 |
| Octal | 223 | 334 | 246 | 41 | 0 | 31 | 16 | 210 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10100110 | 100001 | 0 | 11001 | 1110 | 10001000 | 110011 | 1001000 |
Color Harmonies of #93DCA6
Complementary color
Monochromatic Colors of #93DCA6
Black with #93DCA6
Text Example
Text Example
White with #93DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCA6; }
p { color: rgb(147,220,166); }
H1.HeaderClassName
{
color: #93DCA6;
}
.AnyTagClassName
{
color: #93DCA6;
}
</style>
background-color css
<style>
a { background-color: #93DCA6; }
a { background-color: rgb(147,220,166); }
div.DivClassName
{
background-color: #93DCA6;
}
.BgClassName
{
background-color: #93DCA6;
}
</style>
border-color css
<style>
span { border-color: #93DCA6; }
span { border-color: rgb(147,220,166); }
td.TdClassName
{
border-color: #93DCA6;
}
.TagClassName
{
border-color: #93DCA6;
}
</style>