Shades of Chinook #93DEA1
Tints of Chinook #93DEA1
RGB
CMYK
RGB Variations
Color information
#93DEA1 (or 0x93DEA1) is known color: Chinook. HEX triplet: 93, DE and A1. RGB value is (147,222,161). Sum of RGB (Red+Green+Blue) = 147+222+161=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA1 is #6C215E. Grayscale: #C0C0C0. Windows color (decimal): -7086431 or 10608275. OLE color: 10608275.
HSL color Cylindrical-coordinate representation of color #93DEA1: hue angle of 131.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEA1 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 161 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.13 |
| HSL | 131.2º | 0.53% | 0.72% | - |
| HSV(B) | 131.2º | 0.34% | 0.87% | - |
| XYZ | 44.59 | 61.02 | 43.15 | - |
| YUV | 192.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 161 | 0.34 | 0 | 0.27 | 0.13 | 131.2 | 0.53 | 0.72 |
| Hex | 93 | DE | A1 | 22 | 0 | 1B | D | 83 | 35 | 48 |
| Octal | 223 | 336 | 241 | 42 | 0 | 33 | 15 | 203 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10100001 | 100010 | 0 | 11011 | 1101 | 10000011 | 110101 | 1001000 |
Color Harmonies of #93DEA1
Complementary color
Monochromatic Colors of #93DEA1
Black with #93DEA1
Text Example
Text Example
White with #93DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEA1; }
p { color: rgb(147,222,161); }
H1.HeaderClassName
{
color: #93DEA1;
}
.AnyTagClassName
{
color: #93DEA1;
}
</style>
background-color css
<style>
a { background-color: #93DEA1; }
a { background-color: rgb(147,222,161); }
div.DivClassName
{
background-color: #93DEA1;
}
.BgClassName
{
background-color: #93DEA1;
}
</style>
border-color css
<style>
span { border-color: #93DEA1; }
span { border-color: rgb(147,222,161); }
td.TdClassName
{
border-color: #93DEA1;
}
.TagClassName
{
border-color: #93DEA1;
}
</style>