Shades of Chinook #98CDA6
Tints of Chinook #98CDA6
RGB
CMYK
RGB Variations
Color information
#98CDA6 (or 0x98CDA6) is known color: Chinook. HEX triplet: 98, CD and A6. RGB value is (152,205,166). Sum of RGB (Red+Green+Blue) = 152+205+166=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CDA6 is #673259. Grayscale: #B8B8B8. Windows color (decimal): -6763098 or 10931608. OLE color: 10931608.
HSL color Cylindrical-coordinate representation of color #98CDA6: hue angle of 135.85º 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 #98CDA6 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 166 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.20 |
| HSL | 135.85º | 0.35% | 0.7% | - |
| HSV(B) | 135.85º | 0.26% | 0.8% | - |
| XYZ | 41.66 | 53.09 | 44.13 | - |
| YUV | 184.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 166 | 0.26 | 0 | 0.19 | 0.20 | 135.85 | 0.35 | 0.7 |
| Hex | 98 | CD | A6 | 1A | 0 | 13 | 14 | 88 | 23 | 46 |
| Octal | 230 | 315 | 246 | 32 | 0 | 23 | 24 | 210 | 43 | 106 |
| Binary | 10011000 | 11001101 | 10100110 | 11010 | 0 | 10011 | 10100 | 10001000 | 100011 | 1000110 |
Color Harmonies of #98CDA6
Complementary color
Monochromatic Colors of #98CDA6
Black with #98CDA6
Text Example
Text Example
White with #98CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDA6; }
p { color: rgb(152,205,166); }
H1.HeaderClassName
{
color: #98CDA6;
}
.AnyTagClassName
{
color: #98CDA6;
}
</style>
background-color css
<style>
a { background-color: #98CDA6; }
a { background-color: rgb(152,205,166); }
div.DivClassName
{
background-color: #98CDA6;
}
.BgClassName
{
background-color: #98CDA6;
}
</style>
border-color css
<style>
span { border-color: #98CDA6; }
span { border-color: rgb(152,205,166); }
td.TdClassName
{
border-color: #98CDA6;
}
.TagClassName
{
border-color: #98CDA6;
}
</style>