Shades of Chinook #93E8A8
Tints of Chinook #93E8A8
RGB
CMYK
RGB Variations
Color information
#93E8A8 (or 0x93E8A8) is known color: Chinook. HEX triplet: 93, E8 and A8. RGB value is (147,232,168). Sum of RGB (Red+Green+Blue) = 147+232+168=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93E8A8 is #6C1757. Grayscale: #C7C7C7. Windows color (decimal): -7083864 or 11069587. OLE color: 11069587.
HSL color Cylindrical-coordinate representation of color #93E8A8: hue angle of 134.82º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E8A8 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 168 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.09 |
| HSL | 134.82º | 0.65% | 0.74% | - |
| HSV(B) | 134.82º | 0.37% | 0.91% | - |
| XYZ | 47.96 | 66.74 | 47.4 | - |
| YUV | 199.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 168 | 0.37 | 0 | 0.28 | 0.09 | 134.82 | 0.65 | 0.74 |
| Hex | 93 | E8 | A8 | 25 | 0 | 1C | 9 | 87 | 41 | 4A |
| Octal | 223 | 350 | 250 | 45 | 0 | 34 | 11 | 207 | 101 | 112 |
| Binary | 10010011 | 11101000 | 10101000 | 100101 | 0 | 11100 | 1001 | 10000111 | 1000001 | 1001010 |
Color Harmonies of #93E8A8
Complementary color
Monochromatic Colors of #93E8A8
Black with #93E8A8
Text Example
Text Example
White with #93E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8A8; }
p { color: rgb(147,232,168); }
H1.HeaderClassName
{
color: #93E8A8;
}
.AnyTagClassName
{
color: #93E8A8;
}
</style>
background-color css
<style>
a { background-color: #93E8A8; }
a { background-color: rgb(147,232,168); }
div.DivClassName
{
background-color: #93E8A8;
}
.BgClassName
{
background-color: #93E8A8;
}
</style>
border-color css
<style>
span { border-color: #93E8A8; }
span { border-color: rgb(147,232,168); }
td.TdClassName
{
border-color: #93E8A8;
}
.TagClassName
{
border-color: #93E8A8;
}
</style>