Shades of Chinook #98D6AC
Tints of Chinook #98D6AC
RGB
CMYK
RGB Variations
Color information
#98D6AC (or 0x98D6AC) is known color: Chinook. HEX triplet: 98, D6 and AC. RGB value is (152,214,172). Sum of RGB (Red+Green+Blue) = 152+214+172=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6AC is #672953. Grayscale: #BEBEBE. Windows color (decimal): -6760788 or 11327128. OLE color: 11327128.
HSL color Cylindrical-coordinate representation of color #98D6AC: hue angle of 139.35º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6AC is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 172 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.16 |
| HSL | 139.35º | 0.43% | 0.72% | - |
| HSV(B) | 139.35º | 0.29% | 0.84% | - |
| XYZ | 44.44 | 57.75 | 47.83 | - |
| YUV | 190.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 172 | 0.29 | 0 | 0.20 | 0.16 | 139.35 | 0.43 | 0.72 |
| Hex | 98 | D6 | AC | 1D | 0 | 14 | 10 | 8B | 2B | 48 |
| Octal | 230 | 326 | 254 | 35 | 0 | 24 | 20 | 213 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10101100 | 11101 | 0 | 10100 | 10000 | 10001011 | 101011 | 1001000 |
Color Harmonies of #98D6AC
Complementary color
Monochromatic Colors of #98D6AC
Black with #98D6AC
Text Example
Text Example
White with #98D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6AC; }
p { color: rgb(152,214,172); }
H1.HeaderClassName
{
color: #98D6AC;
}
.AnyTagClassName
{
color: #98D6AC;
}
</style>
background-color css
<style>
a { background-color: #98D6AC; }
a { background-color: rgb(152,214,172); }
div.DivClassName
{
background-color: #98D6AC;
}
.BgClassName
{
background-color: #98D6AC;
}
</style>
border-color css
<style>
span { border-color: #98D6AC; }
span { border-color: rgb(152,214,172); }
td.TdClassName
{
border-color: #98D6AC;
}
.TagClassName
{
border-color: #98D6AC;
}
</style>