Shades of Chinook #93D5A0
Tints of Chinook #93D5A0
RGB
CMYK
RGB Variations
Color information
#93D5A0 (or 0x93D5A0) is known color: Chinook. HEX triplet: 93, D5 and A0. RGB value is (147,213,160). Sum of RGB (Red+Green+Blue) = 147+213+160=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5A0 is #6C2A5F. Grayscale: #BBBBBB. Windows color (decimal): -7088736 or 10540435. OLE color: 10540435.
HSL color Cylindrical-coordinate representation of color #93D5A0: hue angle of 131.82º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5A0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 160 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.16 |
| HSL | 131.82º | 0.44% | 0.71% | - |
| HSV(B) | 131.82º | 0.31% | 0.84% | - |
| XYZ | 42.17 | 56.33 | 41.91 | - |
| YUV | 187.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 160 | 0.31 | 0 | 0.25 | 0.16 | 131.82 | 0.44 | 0.71 |
| Hex | 93 | D5 | A0 | 1F | 0 | 19 | 10 | 84 | 2C | 47 |
| Octal | 223 | 325 | 240 | 37 | 0 | 31 | 20 | 204 | 54 | 107 |
| Binary | 10010011 | 11010101 | 10100000 | 11111 | 0 | 11001 | 10000 | 10000100 | 101100 | 1000111 |
Color Harmonies of #93D5A0
Complementary color
Monochromatic Colors of #93D5A0
Black with #93D5A0
Text Example
Text Example
White with #93D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D5A0; }
p { color: rgb(147,213,160); }
H1.HeaderClassName
{
color: #93D5A0;
}
.AnyTagClassName
{
color: #93D5A0;
}
</style>
background-color css
<style>
a { background-color: #93D5A0; }
a { background-color: rgb(147,213,160); }
div.DivClassName
{
background-color: #93D5A0;
}
.BgClassName
{
background-color: #93D5A0;
}
</style>
border-color css
<style>
span { border-color: #93D5A0; }
span { border-color: rgb(147,213,160); }
td.TdClassName
{
border-color: #93D5A0;
}
.TagClassName
{
border-color: #93D5A0;
}
</style>