Shades of Chinook #93EBA9
Tints of Chinook #93EBA9
RGB
CMYK
RGB Variations
Color information
#93EBA9 (or 0x93EBA9) is known color: Chinook. HEX triplet: 93, EB and A9. RGB value is (147,235,169). Sum of RGB (Red+Green+Blue) = 147+235+169=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA9 is #6C1456. Grayscale: #C9C9C9. Windows color (decimal): -7083095 or 11135891. OLE color: 11135891.
HSL color Cylindrical-coordinate representation of color #93EBA9: hue angle of 135º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBA9 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 169 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.08 |
| HSL | 135º | 0.69% | 0.75% | - |
| HSV(B) | 135º | 0.37% | 0.92% | - |
| XYZ | 48.9 | 68.48 | 48.18 | - |
| YUV | 201.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 169 | 0.37 | 0 | 0.28 | 0.08 | 135 | 0.69 | 0.75 |
| Hex | 93 | EB | A9 | 25 | 0 | 1C | 8 | 87 | 45 | 4B |
| Octal | 223 | 353 | 251 | 45 | 0 | 34 | 10 | 207 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10101001 | 100101 | 0 | 11100 | 1000 | 10000111 | 1000101 | 1001011 |
Color Harmonies of #93EBA9
Complementary color
Monochromatic Colors of #93EBA9
Black with #93EBA9
Text Example
Text Example
White with #93EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBA9; }
p { color: rgb(147,235,169); }
H1.HeaderClassName
{
color: #93EBA9;
}
.AnyTagClassName
{
color: #93EBA9;
}
</style>
background-color css
<style>
a { background-color: #93EBA9; }
a { background-color: rgb(147,235,169); }
div.DivClassName
{
background-color: #93EBA9;
}
.BgClassName
{
background-color: #93EBA9;
}
</style>
border-color css
<style>
span { border-color: #93EBA9; }
span { border-color: rgb(147,235,169); }
td.TdClassName
{
border-color: #93EBA9;
}
.TagClassName
{
border-color: #93EBA9;
}
</style>