Shades of Chinook #93DF9E
Tints of Chinook #93DF9E
RGB
CMYK
RGB Variations
Color information
#93DF9E (or 0x93DF9E) is known color: Chinook. HEX triplet: 93, DF and 9E. RGB value is (147,223,158). Sum of RGB (Red+Green+Blue) = 147+223+158=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DF9E is #6C2061. Grayscale: #C1C1C1. Windows color (decimal): -7086178 or 10411923. OLE color: 10411923.
HSL color Cylindrical-coordinate representation of color #93DF9E: hue angle of 128.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DF9E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 158 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.13 |
| HSL | 128.68º | 0.54% | 0.73% | - |
| HSV(B) | 128.68º | 0.34% | 0.87% | - |
| XYZ | 44.59 | 61.45 | 41.86 | - |
| YUV | 192.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 158 | 0.34 | 0 | 0.29 | 0.13 | 128.68 | 0.54 | 0.73 |
| Hex | 93 | DF | 9E | 22 | 0 | 1D | D | 81 | 36 | 49 |
| Octal | 223 | 337 | 236 | 42 | 0 | 35 | 15 | 201 | 66 | 111 |
| Binary | 10010011 | 11011111 | 10011110 | 100010 | 0 | 11101 | 1101 | 10000001 | 110110 | 1001001 |
Color Harmonies of #93DF9E
Complementary color
Monochromatic Colors of #93DF9E
Black with #93DF9E
Text Example
Text Example
White with #93DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF9E; }
p { color: rgb(147,223,158); }
H1.HeaderClassName
{
color: #93DF9E;
}
.AnyTagClassName
{
color: #93DF9E;
}
</style>
background-color css
<style>
a { background-color: #93DF9E; }
a { background-color: rgb(147,223,158); }
div.DivClassName
{
background-color: #93DF9E;
}
.BgClassName
{
background-color: #93DF9E;
}
</style>
border-color css
<style>
span { border-color: #93DF9E; }
span { border-color: rgb(147,223,158); }
td.TdClassName
{
border-color: #93DF9E;
}
.TagClassName
{
border-color: #93DF9E;
}
</style>