Shades of Chinook #93DDA1
Tints of Chinook #93DDA1
RGB
CMYK
RGB Variations
Color information
#93DDA1 (or 0x93DDA1) is known color: Chinook. HEX triplet: 93, DD and A1. RGB value is (147,221,161). Sum of RGB (Red+Green+Blue) = 147+221+161=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA1 is #6C225E. Grayscale: #C0C0C0. Windows color (decimal): -7086687 or 10608019. OLE color: 10608019.
HSL color Cylindrical-coordinate representation of color #93DDA1: hue angle of 131.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDA1 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 161 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.13 |
| HSL | 131.35º | 0.52% | 0.72% | - |
| HSV(B) | 131.35º | 0.33% | 0.87% | - |
| XYZ | 44.32 | 60.49 | 43.06 | - |
| YUV | 192.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 161 | 0.33 | 0 | 0.27 | 0.13 | 131.35 | 0.52 | 0.72 |
| Hex | 93 | DD | A1 | 21 | 0 | 1B | D | 83 | 34 | 48 |
| Octal | 223 | 335 | 241 | 41 | 0 | 33 | 15 | 203 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10100001 | 100001 | 0 | 11011 | 1101 | 10000011 | 110100 | 1001000 |
Color Harmonies of #93DDA1
Complementary color
Monochromatic Colors of #93DDA1
Black with #93DDA1
Text Example
Text Example
White with #93DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDA1; }
p { color: rgb(147,221,161); }
H1.HeaderClassName
{
color: #93DDA1;
}
.AnyTagClassName
{
color: #93DDA1;
}
</style>
background-color css
<style>
a { background-color: #93DDA1; }
a { background-color: rgb(147,221,161); }
div.DivClassName
{
background-color: #93DDA1;
}
.BgClassName
{
background-color: #93DDA1;
}
</style>
border-color css
<style>
span { border-color: #93DDA1; }
span { border-color: rgb(147,221,161); }
td.TdClassName
{
border-color: #93DDA1;
}
.TagClassName
{
border-color: #93DDA1;
}
</style>