Shades of Chinook #93E4A0
Tints of Chinook #93E4A0
RGB
CMYK
RGB Variations
Color information
#93E4A0 (or 0x93E4A0) is known color: Chinook. HEX triplet: 93, E4 and A0. RGB value is (147,228,160). Sum of RGB (Red+Green+Blue) = 147+228+160=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #93E4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E4A0 is #6C1B5F. Grayscale: #C4C4C4. Windows color (decimal): -7084896 or 10544275. OLE color: 10544275.
HSL color Cylindrical-coordinate representation of color #93E4A0: hue angle of 129.63º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E4A0 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 160 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.11 |
| HSL | 129.63º | 0.6% | 0.74% | - |
| HSV(B) | 129.63º | 0.36% | 0.89% | - |
| XYZ | 46.12 | 64.23 | 43.22 | - |
| YUV | 196.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 160 | 0.36 | 0 | 0.30 | 0.11 | 129.63 | 0.6 | 0.74 |
| Hex | 93 | E4 | A0 | 24 | 0 | 1E | B | 82 | 3C | 4A |
| Octal | 223 | 344 | 240 | 44 | 0 | 36 | 13 | 202 | 74 | 112 |
| Binary | 10010011 | 11100100 | 10100000 | 100100 | 0 | 11110 | 1011 | 10000010 | 111100 | 1001010 |
Color Harmonies of #93E4A0
Complementary color
Monochromatic Colors of #93E4A0
Black with #93E4A0
Text Example
Text Example
White with #93E4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E4A0; }
p { color: rgb(147,228,160); }
H1.HeaderClassName
{
color: #93E4A0;
}
.AnyTagClassName
{
color: #93E4A0;
}
</style>
background-color css
<style>
a { background-color: #93E4A0; }
a { background-color: rgb(147,228,160); }
div.DivClassName
{
background-color: #93E4A0;
}
.BgClassName
{
background-color: #93E4A0;
}
</style>
border-color css
<style>
span { border-color: #93E4A0; }
span { border-color: rgb(147,228,160); }
td.TdClassName
{
border-color: #93E4A0;
}
.TagClassName
{
border-color: #93E4A0;
}
</style>