Shades of Chinook #98EBA6
Tints of Chinook #98EBA6
RGB
CMYK
RGB Variations
Color information
#98EBA6 (or 0x98EBA6) is known color: Chinook. HEX triplet: 98, EB and A6. RGB value is (152,235,166). Sum of RGB (Red+Green+Blue) = 152+235+166=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EBA6 is #671459. Grayscale: #CACACA. Windows color (decimal): -6755418 or 10939288. OLE color: 10939288.
HSL color Cylindrical-coordinate representation of color #98EBA6: hue angle of 130.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBA6 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 166 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.08 |
| HSL | 130.12º | 0.67% | 0.76% | - |
| HSV(B) | 130.12º | 0.35% | 0.92% | - |
| XYZ | 49.54 | 68.85 | 46.75 | - |
| YUV | 202.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 166 | 0.35 | 0 | 0.29 | 0.08 | 130.12 | 0.67 | 0.76 |
| Hex | 98 | EB | A6 | 23 | 0 | 1D | 8 | 82 | 43 | 4C |
| Octal | 230 | 353 | 246 | 43 | 0 | 35 | 10 | 202 | 103 | 114 |
| Binary | 10011000 | 11101011 | 10100110 | 100011 | 0 | 11101 | 1000 | 10000010 | 1000011 | 1001100 |
Color Harmonies of #98EBA6
Complementary color
Monochromatic Colors of #98EBA6
Black with #98EBA6
Text Example
Text Example
White with #98EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBA6; }
p { color: rgb(152,235,166); }
H1.HeaderClassName
{
color: #98EBA6;
}
.AnyTagClassName
{
color: #98EBA6;
}
</style>
background-color css
<style>
a { background-color: #98EBA6; }
a { background-color: rgb(152,235,166); }
div.DivClassName
{
background-color: #98EBA6;
}
.BgClassName
{
background-color: #98EBA6;
}
</style>
border-color css
<style>
span { border-color: #98EBA6; }
span { border-color: rgb(152,235,166); }
td.TdClassName
{
border-color: #98EBA6;
}
.TagClassName
{
border-color: #98EBA6;
}
</style>