Shades of Chinook #98C99F
Tints of Chinook #98C99F
RGB
CMYK
RGB Variations
Color information
#98C99F (or 0x98C99F) is known color: Chinook. HEX triplet: 98, C9 and 9F. RGB value is (152,201,159). Sum of RGB (Red+Green+Blue) = 152+201+159=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #98C99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C99F is #673660. Grayscale: #B5B5B5. Windows color (decimal): -6764129 or 10471832. OLE color: 10471832.
HSL color Cylindrical-coordinate representation of color #98C99F: hue angle of 128.57º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C99F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 159 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.21 |
| HSL | 128.57º | 0.31% | 0.69% | - |
| HSV(B) | 128.57º | 0.24% | 0.79% | - |
| XYZ | 40.09 | 50.95 | 40.52 | - |
| YUV | 181.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 159 | 0.24 | 0 | 0.21 | 0.21 | 128.57 | 0.31 | 0.69 |
| Hex | 98 | C9 | 9F | 18 | 0 | 15 | 15 | 81 | 1F | 45 |
| Octal | 230 | 311 | 237 | 30 | 0 | 25 | 25 | 201 | 37 | 105 |
| Binary | 10011000 | 11001001 | 10011111 | 11000 | 0 | 10101 | 10101 | 10000001 | 11111 | 1000101 |
Color Harmonies of #98C99F
Complementary color
Monochromatic Colors of #98C99F
Black with #98C99F
Text Example
Text Example
White with #98C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C99F; }
p { color: rgb(152,201,159); }
H1.HeaderClassName
{
color: #98C99F;
}
.AnyTagClassName
{
color: #98C99F;
}
</style>
background-color css
<style>
a { background-color: #98C99F; }
a { background-color: rgb(152,201,159); }
div.DivClassName
{
background-color: #98C99F;
}
.BgClassName
{
background-color: #98C99F;
}
</style>
border-color css
<style>
span { border-color: #98C99F; }
span { border-color: rgb(152,201,159); }
td.TdClassName
{
border-color: #98C99F;
}
.TagClassName
{
border-color: #98C99F;
}
</style>