Shades of Chinook #93EBA7
Tints of Chinook #93EBA7
RGB
CMYK
RGB Variations
Color information
#93EBA7 (or 0x93EBA7) is known color: Chinook. HEX triplet: 93, EB and A7. RGB value is (147,235,167). Sum of RGB (Red+Green+Blue) = 147+235+167=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA7 is #6C1458. Grayscale: #C9C9C9. Windows color (decimal): -7083097 or 11004819. OLE color: 11004819.
HSL color Cylindrical-coordinate representation of color #93EBA7: hue angle of 133.64º 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 #93EBA7 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 167 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.08 |
| HSL | 133.64º | 0.69% | 0.75% | - |
| HSV(B) | 133.64º | 0.37% | 0.92% | - |
| XYZ | 48.72 | 68.41 | 47.2 | - |
| YUV | 200.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 167 | 0.37 | 0 | 0.29 | 0.08 | 133.64 | 0.69 | 0.75 |
| Hex | 93 | EB | A7 | 25 | 0 | 1D | 8 | 86 | 45 | 4B |
| Octal | 223 | 353 | 247 | 45 | 0 | 35 | 10 | 206 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10100111 | 100101 | 0 | 11101 | 1000 | 10000110 | 1000101 | 1001011 |
Color Harmonies of #93EBA7
Complementary color
Monochromatic Colors of #93EBA7
Black with #93EBA7
Text Example
Text Example
White with #93EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBA7; }
p { color: rgb(147,235,167); }
H1.HeaderClassName
{
color: #93EBA7;
}
.AnyTagClassName
{
color: #93EBA7;
}
</style>
background-color css
<style>
a { background-color: #93EBA7; }
a { background-color: rgb(147,235,167); }
div.DivClassName
{
background-color: #93EBA7;
}
.BgClassName
{
background-color: #93EBA7;
}
</style>
border-color css
<style>
span { border-color: #93EBA7; }
span { border-color: rgb(147,235,167); }
td.TdClassName
{
border-color: #93EBA7;
}
.TagClassName
{
border-color: #93EBA7;
}
</style>