Shades of Chinook #98DFA5
Tints of Chinook #98DFA5
RGB
CMYK
RGB Variations
Color information
#98DFA5 (or 0x98DFA5) is known color: Chinook. HEX triplet: 98, DF and A5. RGB value is (152,223,165). Sum of RGB (Red+Green+Blue) = 152+223+165=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFA5 is #67205A. Grayscale: #C3C3C3. Windows color (decimal): -6758491 or 10870680. OLE color: 10870680.
HSL color Cylindrical-coordinate representation of color #98DFA5: hue angle of 130.99º 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 #98DFA5 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 165 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.13 |
| HSL | 130.99º | 0.53% | 0.74% | - |
| HSV(B) | 130.99º | 0.32% | 0.87% | - |
| XYZ | 46.13 | 62.17 | 45.17 | - |
| YUV | 195.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 165 | 0.32 | 0 | 0.26 | 0.13 | 130.99 | 0.53 | 0.74 |
| Hex | 98 | DF | A5 | 20 | 0 | 1A | D | 83 | 35 | 4A |
| Octal | 230 | 337 | 245 | 40 | 0 | 32 | 15 | 203 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10100101 | 100000 | 0 | 11010 | 1101 | 10000011 | 110101 | 1001010 |
Color Harmonies of #98DFA5
Complementary color
Monochromatic Colors of #98DFA5
Black with #98DFA5
Text Example
Text Example
White with #98DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFA5; }
p { color: rgb(152,223,165); }
H1.HeaderClassName
{
color: #98DFA5;
}
.AnyTagClassName
{
color: #98DFA5;
}
</style>
background-color css
<style>
a { background-color: #98DFA5; }
a { background-color: rgb(152,223,165); }
div.DivClassName
{
background-color: #98DFA5;
}
.BgClassName
{
background-color: #98DFA5;
}
</style>
border-color css
<style>
span { border-color: #98DFA5; }
span { border-color: rgb(152,223,165); }
td.TdClassName
{
border-color: #98DFA5;
}
.TagClassName
{
border-color: #98DFA5;
}
</style>