Shades of Chinook #93D8A9
Tints of Chinook #93D8A9
RGB
CMYK
RGB Variations
Color information
#93D8A9 (or 0x93D8A9) is known color: Chinook. HEX triplet: 93, D8 and A9. RGB value is (147,216,169). Sum of RGB (Red+Green+Blue) = 147+216+169=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D8A9 is #6C2756. Grayscale: #BEBEBE. Windows color (decimal): -7087959 or 11131027. OLE color: 11131027.
HSL color Cylindrical-coordinate representation of color #93D8A9: hue angle of 139.13º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8A9 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 169 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.15 |
| HSL | 139.13º | 0.47% | 0.71% | - |
| HSV(B) | 139.13º | 0.32% | 0.85% | - |
| XYZ | 43.75 | 58.18 | 46.46 | - |
| YUV | 190.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 169 | 0.32 | 0 | 0.22 | 0.15 | 139.13 | 0.47 | 0.71 |
| Hex | 93 | D8 | A9 | 20 | 0 | 16 | F | 8B | 2F | 47 |
| Octal | 223 | 330 | 251 | 40 | 0 | 26 | 17 | 213 | 57 | 107 |
| Binary | 10010011 | 11011000 | 10101001 | 100000 | 0 | 10110 | 1111 | 10001011 | 101111 | 1000111 |
Color Harmonies of #93D8A9
Complementary color
Monochromatic Colors of #93D8A9
Black with #93D8A9
Text Example
Text Example
White with #93D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D8A9; }
p { color: rgb(147,216,169); }
H1.HeaderClassName
{
color: #93D8A9;
}
.AnyTagClassName
{
color: #93D8A9;
}
</style>
background-color css
<style>
a { background-color: #93D8A9; }
a { background-color: rgb(147,216,169); }
div.DivClassName
{
background-color: #93D8A9;
}
.BgClassName
{
background-color: #93D8A9;
}
</style>
border-color css
<style>
span { border-color: #93D8A9; }
span { border-color: rgb(147,216,169); }
td.TdClassName
{
border-color: #93D8A9;
}
.TagClassName
{
border-color: #93D8A9;
}
</style>