Shades of Chinook #98DFA7
Tints of Chinook #98DFA7
RGB
CMYK
RGB Variations
Color information
#98DFA7 (or 0x98DFA7) is known color: Chinook. HEX triplet: 98, DF and A7. RGB value is (152,223,167). Sum of RGB (Red+Green+Blue) = 152+223+167=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFA7 is #672058. Grayscale: #C3C3C3. Windows color (decimal): -6758489 or 11001752. OLE color: 11001752.
HSL color Cylindrical-coordinate representation of color #98DFA7: hue angle of 132.68º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFA7 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 167 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.13 |
| HSL | 132.68º | 0.53% | 0.74% | - |
| HSV(B) | 132.68º | 0.32% | 0.87% | - |
| XYZ | 46.31 | 62.24 | 46.13 | - |
| YUV | 195.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 167 | 0.32 | 0 | 0.25 | 0.13 | 132.68 | 0.53 | 0.74 |
| Hex | 98 | DF | A7 | 20 | 0 | 19 | D | 85 | 35 | 4A |
| Octal | 230 | 337 | 247 | 40 | 0 | 31 | 15 | 205 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10100111 | 100000 | 0 | 11001 | 1101 | 10000101 | 110101 | 1001010 |
Color Harmonies of #98DFA7
Complementary color
Monochromatic Colors of #98DFA7
Black with #98DFA7
Text Example
Text Example
White with #98DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFA7; }
p { color: rgb(152,223,167); }
H1.HeaderClassName
{
color: #98DFA7;
}
.AnyTagClassName
{
color: #98DFA7;
}
</style>
background-color css
<style>
a { background-color: #98DFA7; }
a { background-color: rgb(152,223,167); }
div.DivClassName
{
background-color: #98DFA7;
}
.BgClassName
{
background-color: #98DFA7;
}
</style>
border-color css
<style>
span { border-color: #98DFA7; }
span { border-color: rgb(152,223,167); }
td.TdClassName
{
border-color: #98DFA7;
}
.TagClassName
{
border-color: #98DFA7;
}
</style>