Shades of Chinook #98E4AC
Tints of Chinook #98E4AC
RGB
CMYK
RGB Variations
Color information
#98E4AC (or 0x98E4AC) is known color: Chinook. HEX triplet: 98, E4 and AC. RGB value is (152,228,172). Sum of RGB (Red+Green+Blue) = 152+228+172=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E4AC is #671B53. Grayscale: #C7C7C7. Windows color (decimal): -6757204 or 11330712. OLE color: 11330712.
HSL color Cylindrical-coordinate representation of color #98E4AC: hue angle of 135.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E4AC is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 172 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.11 |
| HSL | 135.79º | 0.58% | 0.75% | - |
| HSV(B) | 135.79º | 0.33% | 0.89% | - |
| XYZ | 48.14 | 65.14 | 49.07 | - |
| YUV | 198.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 172 | 0.33 | 0 | 0.25 | 0.11 | 135.79 | 0.58 | 0.75 |
| Hex | 98 | E4 | AC | 21 | 0 | 19 | B | 88 | 3A | 4B |
| Octal | 230 | 344 | 254 | 41 | 0 | 31 | 13 | 210 | 72 | 113 |
| Binary | 10011000 | 11100100 | 10101100 | 100001 | 0 | 11001 | 1011 | 10001000 | 111010 | 1001011 |
Color Harmonies of #98E4AC
Complementary color
Monochromatic Colors of #98E4AC
Black with #98E4AC
Text Example
Text Example
White with #98E4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4AC; }
p { color: rgb(152,228,172); }
H1.HeaderClassName
{
color: #98E4AC;
}
.AnyTagClassName
{
color: #98E4AC;
}
</style>
background-color css
<style>
a { background-color: #98E4AC; }
a { background-color: rgb(152,228,172); }
div.DivClassName
{
background-color: #98E4AC;
}
.BgClassName
{
background-color: #98E4AC;
}
</style>
border-color css
<style>
span { border-color: #98E4AC; }
span { border-color: rgb(152,228,172); }
td.TdClassName
{
border-color: #98E4AC;
}
.TagClassName
{
border-color: #98E4AC;
}
</style>