Shades of Chinook #98CDA5
Tints of Chinook #98CDA5
RGB
CMYK
RGB Variations
Color information
#98CDA5 (or 0x98CDA5) is known color: Chinook. HEX triplet: 98, CD and A5. RGB value is (152,205,165). Sum of RGB (Red+Green+Blue) = 152+205+165=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CDA5 is #67325A. Grayscale: #B8B8B8. Windows color (decimal): -6763099 or 10866072. OLE color: 10866072.
HSL color Cylindrical-coordinate representation of color #98CDA5: hue angle of 134.72º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 165 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.20 |
| HSL | 134.72º | 0.35% | 0.7% | - |
| HSV(B) | 134.72º | 0.26% | 0.8% | - |
| XYZ | 41.57 | 53.05 | 43.65 | - |
| YUV | 184.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 165 | 0.26 | 0 | 0.20 | 0.20 | 134.72 | 0.35 | 0.7 |
| Hex | 98 | CD | A5 | 1A | 0 | 14 | 14 | 87 | 23 | 46 |
| Octal | 230 | 315 | 245 | 32 | 0 | 24 | 24 | 207 | 43 | 106 |
| Binary | 10011000 | 11001101 | 10100101 | 11010 | 0 | 10100 | 10100 | 10000111 | 100011 | 1000110 |
Color Harmonies of #98CDA5
Complementary color
Monochromatic Colors of #98CDA5
Black with #98CDA5
Text Example
Text Example
White with #98CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDA5; }
p { color: rgb(152,205,165); }
H1.HeaderClassName
{
color: #98CDA5;
}
.AnyTagClassName
{
color: #98CDA5;
}
</style>
background-color css
<style>
a { background-color: #98CDA5; }
a { background-color: rgb(152,205,165); }
div.DivClassName
{
background-color: #98CDA5;
}
.BgClassName
{
background-color: #98CDA5;
}
</style>
border-color css
<style>
span { border-color: #98CDA5; }
span { border-color: rgb(152,205,165); }
td.TdClassName
{
border-color: #98CDA5;
}
.TagClassName
{
border-color: #98CDA5;
}
</style>