Shades of Chinook #98DDA5
Tints of Chinook #98DDA5
RGB
CMYK
RGB Variations
Color information
#98DDA5 (or 0x98DDA5) is known color: Chinook. HEX triplet: 98, DD and A5. RGB value is (152,221,165). Sum of RGB (Red+Green+Blue) = 152+221+165=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDA5 is #67225A. Grayscale: #C2C2C2. Windows color (decimal): -6759003 or 10870168. OLE color: 10870168.
HSL color Cylindrical-coordinate representation of color #98DDA5: hue angle of 131.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDA5 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 165 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.13 |
| HSL | 131.3º | 0.5% | 0.73% | - |
| HSV(B) | 131.3º | 0.31% | 0.87% | - |
| XYZ | 45.6 | 61.1 | 44.99 | - |
| YUV | 193.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 165 | 0.31 | 0 | 0.25 | 0.13 | 131.3 | 0.5 | 0.73 |
| Hex | 98 | DD | A5 | 1F | 0 | 19 | D | 83 | 32 | 49 |
| Octal | 230 | 335 | 245 | 37 | 0 | 31 | 15 | 203 | 62 | 111 |
| Binary | 10011000 | 11011101 | 10100101 | 11111 | 0 | 11001 | 1101 | 10000011 | 110010 | 1001001 |
Color Harmonies of #98DDA5
Complementary color
Monochromatic Colors of #98DDA5
Black with #98DDA5
Text Example
Text Example
White with #98DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDA5; }
p { color: rgb(152,221,165); }
H1.HeaderClassName
{
color: #98DDA5;
}
.AnyTagClassName
{
color: #98DDA5;
}
</style>
background-color css
<style>
a { background-color: #98DDA5; }
a { background-color: rgb(152,221,165); }
div.DivClassName
{
background-color: #98DDA5;
}
.BgClassName
{
background-color: #98DDA5;
}
</style>
border-color css
<style>
span { border-color: #98DDA5; }
span { border-color: rgb(152,221,165); }
td.TdClassName
{
border-color: #98DDA5;
}
.TagClassName
{
border-color: #98DDA5;
}
</style>