Shades of Chinook #93DAA8
Tints of Chinook #93DAA8
RGB
CMYK
RGB Variations
Color information
#93DAA8 (or 0x93DAA8) is known color: Chinook. HEX triplet: 93, DA and A8. RGB value is (147,218,168). Sum of RGB (Red+Green+Blue) = 147+218+168=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA8 is #6C2557. Grayscale: #BFBFBF. Windows color (decimal): -7087448 or 11066003. OLE color: 11066003.
HSL color Cylindrical-coordinate representation of color #93DAA8: hue angle of 137.75º 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 #93DAA8 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 168 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.15 |
| HSL | 137.75º | 0.49% | 0.72% | - |
| HSV(B) | 137.75º | 0.33% | 0.85% | - |
| XYZ | 44.17 | 59.17 | 46.14 | - |
| YUV | 191.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 168 | 0.33 | 0 | 0.23 | 0.15 | 137.75 | 0.49 | 0.72 |
| Hex | 93 | DA | A8 | 21 | 0 | 17 | F | 8A | 31 | 48 |
| Octal | 223 | 332 | 250 | 41 | 0 | 27 | 17 | 212 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10101000 | 100001 | 0 | 10111 | 1111 | 10001010 | 110001 | 1001000 |
Color Harmonies of #93DAA8
Complementary color
Monochromatic Colors of #93DAA8
Black with #93DAA8
Text Example
Text Example
White with #93DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAA8; }
p { color: rgb(147,218,168); }
H1.HeaderClassName
{
color: #93DAA8;
}
.AnyTagClassName
{
color: #93DAA8;
}
</style>
background-color css
<style>
a { background-color: #93DAA8; }
a { background-color: rgb(147,218,168); }
div.DivClassName
{
background-color: #93DAA8;
}
.BgClassName
{
background-color: #93DAA8;
}
</style>
border-color css
<style>
span { border-color: #93DAA8; }
span { border-color: rgb(147,218,168); }
td.TdClassName
{
border-color: #93DAA8;
}
.TagClassName
{
border-color: #93DAA8;
}
</style>