Shades of Chinook #98E0AC
Tints of Chinook #98E0AC
RGB
CMYK
RGB Variations
Color information
#98E0AC (or 0x98E0AC) is known color: Chinook. HEX triplet: 98, E0 and AC. RGB value is (152,224,172). Sum of RGB (Red+Green+Blue) = 152+224+172=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #98E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E0AC is #671F53. Grayscale: #C4C4C4. Windows color (decimal): -6758228 or 11329688. OLE color: 11329688.
HSL color Cylindrical-coordinate representation of color #98E0AC: hue angle of 136.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E0AC is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 172 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.12 |
| HSL | 136.67º | 0.54% | 0.74% | - |
| HSV(B) | 136.67º | 0.32% | 0.88% | - |
| XYZ | 47.05 | 62.97 | 48.7 | - |
| YUV | 196.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 172 | 0.32 | 0 | 0.23 | 0.12 | 136.67 | 0.54 | 0.74 |
| Hex | 98 | E0 | AC | 20 | 0 | 17 | C | 89 | 36 | 4A |
| Octal | 230 | 340 | 254 | 40 | 0 | 27 | 14 | 211 | 66 | 112 |
| Binary | 10011000 | 11100000 | 10101100 | 100000 | 0 | 10111 | 1100 | 10001001 | 110110 | 1001010 |
Color Harmonies of #98E0AC
Complementary color
Monochromatic Colors of #98E0AC
Black with #98E0AC
Text Example
Text Example
White with #98E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0AC; }
p { color: rgb(152,224,172); }
H1.HeaderClassName
{
color: #98E0AC;
}
.AnyTagClassName
{
color: #98E0AC;
}
</style>
background-color css
<style>
a { background-color: #98E0AC; }
a { background-color: rgb(152,224,172); }
div.DivClassName
{
background-color: #98E0AC;
}
.BgClassName
{
background-color: #98E0AC;
}
</style>
border-color css
<style>
span { border-color: #98E0AC; }
span { border-color: rgb(152,224,172); }
td.TdClassName
{
border-color: #98E0AC;
}
.TagClassName
{
border-color: #98E0AC;
}
</style>