Shades of Chinook #93DAA7
Tints of Chinook #93DAA7
RGB
CMYK
RGB Variations
Color information
#93DAA7 (or 0x93DAA7) is known color: Chinook. HEX triplet: 93, DA and A7. RGB value is (147,218,167). Sum of RGB (Red+Green+Blue) = 147+218+167=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA7 is #6C2558. Grayscale: #BFBFBF. Windows color (decimal): -7087449 or 11000467. OLE color: 11000467.
HSL color Cylindrical-coordinate representation of color #93DAA7: hue angle of 136.9º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAA7 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 167 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.15 |
| HSL | 136.9º | 0.49% | 0.72% | - |
| HSV(B) | 136.9º | 0.33% | 0.85% | - |
| XYZ | 44.08 | 59.14 | 45.65 | - |
| YUV | 190.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 167 | 0.33 | 0 | 0.23 | 0.15 | 136.9 | 0.49 | 0.72 |
| Hex | 93 | DA | A7 | 21 | 0 | 17 | F | 89 | 31 | 48 |
| Octal | 223 | 332 | 247 | 41 | 0 | 27 | 17 | 211 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10100111 | 100001 | 0 | 10111 | 1111 | 10001001 | 110001 | 1001000 |
Color Harmonies of #93DAA7
Complementary color
Monochromatic Colors of #93DAA7
Black with #93DAA7
Text Example
Text Example
White with #93DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAA7; }
p { color: rgb(147,218,167); }
H1.HeaderClassName
{
color: #93DAA7;
}
.AnyTagClassName
{
color: #93DAA7;
}
</style>
background-color css
<style>
a { background-color: #93DAA7; }
a { background-color: rgb(147,218,167); }
div.DivClassName
{
background-color: #93DAA7;
}
.BgClassName
{
background-color: #93DAA7;
}
</style>
border-color css
<style>
span { border-color: #93DAA7; }
span { border-color: rgb(147,218,167); }
td.TdClassName
{
border-color: #93DAA7;
}
.TagClassName
{
border-color: #93DAA7;
}
</style>