Shades of Chinook #93D1A0
Tints of Chinook #93D1A0
RGB
CMYK
RGB Variations
Color information
#93D1A0 (or 0x93D1A0) is known color: Chinook. HEX triplet: 93, D1 and A0. RGB value is (147,209,160). Sum of RGB (Red+Green+Blue) = 147+209+160=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D1A0 is #6C2E5F. Grayscale: #B9B9B9. Windows color (decimal): -7089760 or 10539411. OLE color: 10539411.
HSL color Cylindrical-coordinate representation of color #93D1A0: hue angle of 132.58º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1A0 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 160 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.18 |
| HSL | 132.58º | 0.4% | 0.7% | - |
| HSV(B) | 132.58º | 0.3% | 0.82% | - |
| XYZ | 41.18 | 54.34 | 41.58 | - |
| YUV | 184.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 160 | 0.30 | 0 | 0.23 | 0.18 | 132.58 | 0.4 | 0.7 |
| Hex | 93 | D1 | A0 | 1E | 0 | 17 | 12 | 85 | 28 | 46 |
| Octal | 223 | 321 | 240 | 36 | 0 | 27 | 22 | 205 | 50 | 106 |
| Binary | 10010011 | 11010001 | 10100000 | 11110 | 0 | 10111 | 10010 | 10000101 | 101000 | 1000110 |
Color Harmonies of #93D1A0
Complementary color
Monochromatic Colors of #93D1A0
Black with #93D1A0
Text Example
Text Example
White with #93D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D1A0; }
p { color: rgb(147,209,160); }
H1.HeaderClassName
{
color: #93D1A0;
}
.AnyTagClassName
{
color: #93D1A0;
}
</style>
background-color css
<style>
a { background-color: #93D1A0; }
a { background-color: rgb(147,209,160); }
div.DivClassName
{
background-color: #93D1A0;
}
.BgClassName
{
background-color: #93D1A0;
}
</style>
border-color css
<style>
span { border-color: #93D1A0; }
span { border-color: rgb(147,209,160); }
td.TdClassName
{
border-color: #93D1A0;
}
.TagClassName
{
border-color: #93D1A0;
}
</style>