Shades of Chinook #93DDA8
Tints of Chinook #93DDA8
RGB
CMYK
RGB Variations
Color information
#93DDA8 (or 0x93DDA8) is known color: Chinook. HEX triplet: 93, DD and A8. RGB value is (147,221,168). Sum of RGB (Red+Green+Blue) = 147+221+168=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA8 is #6C2257. Grayscale: #C0C0C0. Windows color (decimal): -7086680 or 11066771. OLE color: 11066771.
HSL color Cylindrical-coordinate representation of color #93DDA8: hue angle of 137.03º 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 #93DDA8 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 168 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.13 |
| HSL | 137.03º | 0.52% | 0.72% | - |
| HSV(B) | 137.03º | 0.33% | 0.87% | - |
| XYZ | 44.96 | 60.74 | 46.4 | - |
| YUV | 192.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 168 | 0.33 | 0 | 0.24 | 0.13 | 137.03 | 0.52 | 0.72 |
| Hex | 93 | DD | A8 | 21 | 0 | 18 | D | 89 | 34 | 48 |
| Octal | 223 | 335 | 250 | 41 | 0 | 30 | 15 | 211 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10101000 | 100001 | 0 | 11000 | 1101 | 10001001 | 110100 | 1001000 |
Color Harmonies of #93DDA8
Complementary color
Monochromatic Colors of #93DDA8
Black with #93DDA8
Text Example
Text Example
White with #93DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDA8; }
p { color: rgb(147,221,168); }
H1.HeaderClassName
{
color: #93DDA8;
}
.AnyTagClassName
{
color: #93DDA8;
}
</style>
background-color css
<style>
a { background-color: #93DDA8; }
a { background-color: rgb(147,221,168); }
div.DivClassName
{
background-color: #93DDA8;
}
.BgClassName
{
background-color: #93DDA8;
}
</style>
border-color css
<style>
span { border-color: #93DDA8; }
span { border-color: rgb(147,221,168); }
td.TdClassName
{
border-color: #93DDA8;
}
.TagClassName
{
border-color: #93DDA8;
}
</style>