Shades of Chinook #98E3AD
Tints of Chinook #98E3AD
RGB
CMYK
RGB Variations
Color information
#98E3AD (or 0x98E3AD) is known color: Chinook. HEX triplet: 98, E3 and AD. RGB value is (152,227,173). Sum of RGB (Red+Green+Blue) = 152+227+173=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #98E3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E3AD is #671C52. Grayscale: #C6C6C6. Windows color (decimal): -6757459 or 11395992. OLE color: 11395992.
HSL color Cylindrical-coordinate representation of color #98E3AD: hue angle of 136.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E3AD is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 173 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.11 |
| HSL | 136.8º | 0.57% | 0.74% | - |
| HSV(B) | 136.8º | 0.33% | 0.89% | - |
| XYZ | 47.96 | 64.63 | 49.48 | - |
| YUV | 198.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 173 | 0.33 | 0 | 0.24 | 0.11 | 136.8 | 0.57 | 0.74 |
| Hex | 98 | E3 | AD | 21 | 0 | 18 | B | 89 | 39 | 4A |
| Octal | 230 | 343 | 255 | 41 | 0 | 30 | 13 | 211 | 71 | 112 |
| Binary | 10011000 | 11100011 | 10101101 | 100001 | 0 | 11000 | 1011 | 10001001 | 111001 | 1001010 |
Color Harmonies of #98E3AD
Complementary color
Monochromatic Colors of #98E3AD
Black with #98E3AD
Text Example
Text Example
White with #98E3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E3AD; }
p { color: rgb(152,227,173); }
H1.HeaderClassName
{
color: #98E3AD;
}
.AnyTagClassName
{
color: #98E3AD;
}
</style>
background-color css
<style>
a { background-color: #98E3AD; }
a { background-color: rgb(152,227,173); }
div.DivClassName
{
background-color: #98E3AD;
}
.BgClassName
{
background-color: #98E3AD;
}
</style>
border-color css
<style>
span { border-color: #98E3AD; }
span { border-color: rgb(152,227,173); }
td.TdClassName
{
border-color: #98E3AD;
}
.TagClassName
{
border-color: #98E3AD;
}
</style>