Shades of Chinook #93DDA6
Tints of Chinook #93DDA6
RGB
CMYK
RGB Variations
Color information
#93DDA6 (or 0x93DDA6) is known color: Chinook. HEX triplet: 93, DD and A6. RGB value is (147,221,166). Sum of RGB (Red+Green+Blue) = 147+221+166=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA6 is #6C2259. Grayscale: #C0C0C0. Windows color (decimal): -7086682 or 10935699. OLE color: 10935699.
HSL color Cylindrical-coordinate representation of color #93DDA6: hue angle of 135.41º 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 #93DDA6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 166 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.13 |
| HSL | 135.41º | 0.52% | 0.72% | - |
| HSV(B) | 135.41º | 0.33% | 0.87% | - |
| XYZ | 44.77 | 60.67 | 45.43 | - |
| YUV | 192.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 166 | 0.33 | 0 | 0.25 | 0.13 | 135.41 | 0.52 | 0.72 |
| Hex | 93 | DD | A6 | 21 | 0 | 19 | D | 87 | 34 | 48 |
| Octal | 223 | 335 | 246 | 41 | 0 | 31 | 15 | 207 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10100110 | 100001 | 0 | 11001 | 1101 | 10000111 | 110100 | 1001000 |
Color Harmonies of #93DDA6
Complementary color
Monochromatic Colors of #93DDA6
Black with #93DDA6
Text Example
Text Example
White with #93DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDA6; }
p { color: rgb(147,221,166); }
H1.HeaderClassName
{
color: #93DDA6;
}
.AnyTagClassName
{
color: #93DDA6;
}
</style>
background-color css
<style>
a { background-color: #93DDA6; }
a { background-color: rgb(147,221,166); }
div.DivClassName
{
background-color: #93DDA6;
}
.BgClassName
{
background-color: #93DDA6;
}
</style>
border-color css
<style>
span { border-color: #93DDA6; }
span { border-color: rgb(147,221,166); }
td.TdClassName
{
border-color: #93DDA6;
}
.TagClassName
{
border-color: #93DDA6;
}
</style>