Shades of Chinook #93EBA8
Tints of Chinook #93EBA8
RGB
CMYK
RGB Variations
Color information
#93EBA8 (or 0x93EBA8) is known color: Chinook. HEX triplet: 93, EB and A8. RGB value is (147,235,168). Sum of RGB (Red+Green+Blue) = 147+235+168=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA8 is #6C1457. Grayscale: #C9C9C9. Windows color (decimal): -7083096 or 11070355. OLE color: 11070355.
HSL color Cylindrical-coordinate representation of color #93EBA8: hue angle of 134.32º 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 #93EBA8 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 168 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.08 |
| HSL | 134.32º | 0.69% | 0.75% | - |
| HSV(B) | 134.32º | 0.37% | 0.92% | - |
| XYZ | 48.81 | 68.45 | 47.68 | - |
| YUV | 201.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 168 | 0.37 | 0 | 0.29 | 0.08 | 134.32 | 0.69 | 0.75 |
| Hex | 93 | EB | A8 | 25 | 0 | 1D | 8 | 86 | 45 | 4B |
| Octal | 223 | 353 | 250 | 45 | 0 | 35 | 10 | 206 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10101000 | 100101 | 0 | 11101 | 1000 | 10000110 | 1000101 | 1001011 |
Color Harmonies of #93EBA8
Complementary color
Monochromatic Colors of #93EBA8
Black with #93EBA8
Text Example
Text Example
White with #93EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBA8; }
p { color: rgb(147,235,168); }
H1.HeaderClassName
{
color: #93EBA8;
}
.AnyTagClassName
{
color: #93EBA8;
}
</style>
background-color css
<style>
a { background-color: #93EBA8; }
a { background-color: rgb(147,235,168); }
div.DivClassName
{
background-color: #93EBA8;
}
.BgClassName
{
background-color: #93EBA8;
}
</style>
border-color css
<style>
span { border-color: #93EBA8; }
span { border-color: rgb(147,235,168); }
td.TdClassName
{
border-color: #93EBA8;
}
.TagClassName
{
border-color: #93EBA8;
}
</style>