Shades of Chinook #93D8A8
Tints of Chinook #93D8A8
RGB
CMYK
RGB Variations
Color information
#93D8A8 (or 0x93D8A8) is known color: Chinook. HEX triplet: 93, D8 and A8. RGB value is (147,216,168). Sum of RGB (Red+Green+Blue) = 147+216+168=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D8A8 is #6C2757. Grayscale: #BEBEBE. Windows color (decimal): -7087960 or 11065491. OLE color: 11065491.
HSL color Cylindrical-coordinate representation of color #93D8A8: hue angle of 138.26º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8A8 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 168 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.15 |
| HSL | 138.26º | 0.47% | 0.71% | - |
| HSV(B) | 138.26º | 0.32% | 0.85% | - |
| XYZ | 43.66 | 58.14 | 45.97 | - |
| YUV | 189.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 168 | 0.32 | 0 | 0.22 | 0.15 | 138.26 | 0.47 | 0.71 |
| Hex | 93 | D8 | A8 | 20 | 0 | 16 | F | 8A | 2F | 47 |
| Octal | 223 | 330 | 250 | 40 | 0 | 26 | 17 | 212 | 57 | 107 |
| Binary | 10010011 | 11011000 | 10101000 | 100000 | 0 | 10110 | 1111 | 10001010 | 101111 | 1000111 |
Color Harmonies of #93D8A8
Complementary color
Monochromatic Colors of #93D8A8
Black with #93D8A8
Text Example
Text Example
White with #93D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D8A8; }
p { color: rgb(147,216,168); }
H1.HeaderClassName
{
color: #93D8A8;
}
.AnyTagClassName
{
color: #93D8A8;
}
</style>
background-color css
<style>
a { background-color: #93D8A8; }
a { background-color: rgb(147,216,168); }
div.DivClassName
{
background-color: #93D8A8;
}
.BgClassName
{
background-color: #93D8A8;
}
</style>
border-color css
<style>
span { border-color: #93D8A8; }
span { border-color: rgb(147,216,168); }
td.TdClassName
{
border-color: #93D8A8;
}
.TagClassName
{
border-color: #93D8A8;
}
</style>