Shades of Chinook #98CFA6
Tints of Chinook #98CFA6
RGB
CMYK
RGB Variations
Color information
#98CFA6 (or 0x98CFA6) is known color: Chinook. HEX triplet: 98, CF and A6. RGB value is (152,207,166). Sum of RGB (Red+Green+Blue) = 152+207+166=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA6 is #673059. Grayscale: #B9B9B9. Windows color (decimal): -6762586 or 10932120. OLE color: 10932120.
HSL color Cylindrical-coordinate representation of color #98CFA6: hue angle of 135.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFA6 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 166 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.19 |
| HSL | 135.27º | 0.36% | 0.7% | - |
| HSV(B) | 135.27º | 0.27% | 0.81% | - |
| XYZ | 42.14 | 54.05 | 44.29 | - |
| YUV | 185.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 166 | 0.27 | 0 | 0.20 | 0.19 | 135.27 | 0.36 | 0.7 |
| Hex | 98 | CF | A6 | 1B | 0 | 14 | 13 | 87 | 24 | 46 |
| Octal | 230 | 317 | 246 | 33 | 0 | 24 | 23 | 207 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10100110 | 11011 | 0 | 10100 | 10011 | 10000111 | 100100 | 1000110 |
Color Harmonies of #98CFA6
Complementary color
Monochromatic Colors of #98CFA6
Black with #98CFA6
Text Example
Text Example
White with #98CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFA6; }
p { color: rgb(152,207,166); }
H1.HeaderClassName
{
color: #98CFA6;
}
.AnyTagClassName
{
color: #98CFA6;
}
</style>
background-color css
<style>
a { background-color: #98CFA6; }
a { background-color: rgb(152,207,166); }
div.DivClassName
{
background-color: #98CFA6;
}
.BgClassName
{
background-color: #98CFA6;
}
</style>
border-color css
<style>
span { border-color: #98CFA6; }
span { border-color: rgb(152,207,166); }
td.TdClassName
{
border-color: #98CFA6;
}
.TagClassName
{
border-color: #98CFA6;
}
</style>