Shades of Chinook #93DDA5
Tints of Chinook #93DDA5
RGB
CMYK
RGB Variations
Color information
#93DDA5 (or 0x93DDA5) is known color: Chinook. HEX triplet: 93, DD and A5. RGB value is (147,221,165). Sum of RGB (Red+Green+Blue) = 147+221+165=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA5 is #6C225A. Grayscale: #C0C0C0. Windows color (decimal): -7086683 or 10870163. OLE color: 10870163.
HSL color Cylindrical-coordinate representation of color #93DDA5: hue angle of 134.59º 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 #93DDA5 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 165 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.13 |
| HSL | 134.59º | 0.52% | 0.72% | - |
| HSV(B) | 134.59º | 0.33% | 0.87% | - |
| XYZ | 44.68 | 60.63 | 44.95 | - |
| YUV | 192.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 165 | 0.33 | 0 | 0.25 | 0.13 | 134.59 | 0.52 | 0.72 |
| Hex | 93 | DD | A5 | 21 | 0 | 19 | D | 87 | 34 | 48 |
| Octal | 223 | 335 | 245 | 41 | 0 | 31 | 15 | 207 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10100101 | 100001 | 0 | 11001 | 1101 | 10000111 | 110100 | 1001000 |
Color Harmonies of #93DDA5
Complementary color
Monochromatic Colors of #93DDA5
Black with #93DDA5
Text Example
Text Example
White with #93DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDA5; }
p { color: rgb(147,221,165); }
H1.HeaderClassName
{
color: #93DDA5;
}
.AnyTagClassName
{
color: #93DDA5;
}
</style>
background-color css
<style>
a { background-color: #93DDA5; }
a { background-color: rgb(147,221,165); }
div.DivClassName
{
background-color: #93DDA5;
}
.BgClassName
{
background-color: #93DDA5;
}
</style>
border-color css
<style>
span { border-color: #93DDA5; }
span { border-color: rgb(147,221,165); }
td.TdClassName
{
border-color: #93DDA5;
}
.TagClassName
{
border-color: #93DDA5;
}
</style>