Shades of Chinook #98CFA5
Tints of Chinook #98CFA5
RGB
CMYK
RGB Variations
Color information
#98CFA5 (or 0x98CFA5) is known color: Chinook. HEX triplet: 98, CF and A5. RGB value is (152,207,165). Sum of RGB (Red+Green+Blue) = 152+207+165=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA5 is #67305A. Grayscale: #B9B9B9. Windows color (decimal): -6762587 or 10866584. OLE color: 10866584.
HSL color Cylindrical-coordinate representation of color #98CFA5: hue angle of 134.18º 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 #98CFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 165 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.19 |
| HSL | 134.18º | 0.36% | 0.7% | - |
| HSV(B) | 134.18º | 0.27% | 0.81% | - |
| XYZ | 42.05 | 54.02 | 43.81 | - |
| YUV | 185.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 165 | 0.27 | 0 | 0.20 | 0.19 | 134.18 | 0.36 | 0.7 |
| Hex | 98 | CF | A5 | 1B | 0 | 14 | 13 | 86 | 24 | 46 |
| Octal | 230 | 317 | 245 | 33 | 0 | 24 | 23 | 206 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10100101 | 11011 | 0 | 10100 | 10011 | 10000110 | 100100 | 1000110 |
Color Harmonies of #98CFA5
Complementary color
Monochromatic Colors of #98CFA5
Black with #98CFA5
Text Example
Text Example
White with #98CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFA5; }
p { color: rgb(152,207,165); }
H1.HeaderClassName
{
color: #98CFA5;
}
.AnyTagClassName
{
color: #98CFA5;
}
</style>
background-color css
<style>
a { background-color: #98CFA5; }
a { background-color: rgb(152,207,165); }
div.DivClassName
{
background-color: #98CFA5;
}
.BgClassName
{
background-color: #98CFA5;
}
</style>
border-color css
<style>
span { border-color: #98CFA5; }
span { border-color: rgb(152,207,165); }
td.TdClassName
{
border-color: #98CFA5;
}
.TagClassName
{
border-color: #98CFA5;
}
</style>