Shades of Chinook #98DEA6
Tints of Chinook #98DEA6
RGB
CMYK
RGB Variations
Color information
#98DEA6 (or 0x98DEA6) is known color: Chinook. HEX triplet: 98, DE and A6. RGB value is (152,222,166). Sum of RGB (Red+Green+Blue) = 152+222+166=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DEA6 is #672159. Grayscale: #C2C2C2. Windows color (decimal): -6758746 or 10935960. OLE color: 10935960.
HSL color Cylindrical-coordinate representation of color #98DEA6: hue angle of 132º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEA6 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 166 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.13 |
| HSL | 132º | 0.51% | 0.73% | - |
| HSV(B) | 132º | 0.32% | 0.87% | - |
| XYZ | 45.95 | 61.67 | 45.56 | - |
| YUV | 194.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 166 | 0.32 | 0 | 0.25 | 0.13 | 132 | 0.51 | 0.73 |
| Hex | 98 | DE | A6 | 20 | 0 | 19 | D | 84 | 33 | 49 |
| Octal | 230 | 336 | 246 | 40 | 0 | 31 | 15 | 204 | 63 | 111 |
| Binary | 10011000 | 11011110 | 10100110 | 100000 | 0 | 11001 | 1101 | 10000100 | 110011 | 1001001 |
Color Harmonies of #98DEA6
Complementary color
Monochromatic Colors of #98DEA6
Black with #98DEA6
Text Example
Text Example
White with #98DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEA6; }
p { color: rgb(152,222,166); }
H1.HeaderClassName
{
color: #98DEA6;
}
.AnyTagClassName
{
color: #98DEA6;
}
</style>
background-color css
<style>
a { background-color: #98DEA6; }
a { background-color: rgb(152,222,166); }
div.DivClassName
{
background-color: #98DEA6;
}
.BgClassName
{
background-color: #98DEA6;
}
</style>
border-color css
<style>
span { border-color: #98DEA6; }
span { border-color: rgb(152,222,166); }
td.TdClassName
{
border-color: #98DEA6;
}
.TagClassName
{
border-color: #98DEA6;
}
</style>