Shades of Chinook #98E2AB
Tints of Chinook #98E2AB
RGB
CMYK
RGB Variations
Color information
#98E2AB (or 0x98E2AB) is known color: Chinook. HEX triplet: 98, E2 and AB. RGB value is (152,226,171). Sum of RGB (Red+Green+Blue) = 152+226+171=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #98E2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E2AB is #671D54. Grayscale: #C5C5C5. Windows color (decimal): -6757717 or 11264664. OLE color: 11264664.
HSL color Cylindrical-coordinate representation of color #98E2AB: hue angle of 135.41º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E2AB is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 171 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.11 |
| HSL | 135.41º | 0.56% | 0.74% | - |
| HSV(B) | 135.41º | 0.33% | 0.89% | - |
| XYZ | 47.5 | 64.01 | 48.38 | - |
| YUV | 197.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 171 | 0.33 | 0 | 0.24 | 0.11 | 135.41 | 0.56 | 0.74 |
| Hex | 98 | E2 | AB | 21 | 0 | 18 | B | 87 | 38 | 4A |
| Octal | 230 | 342 | 253 | 41 | 0 | 30 | 13 | 207 | 70 | 112 |
| Binary | 10011000 | 11100010 | 10101011 | 100001 | 0 | 11000 | 1011 | 10000111 | 111000 | 1001010 |
Color Harmonies of #98E2AB
Complementary color
Monochromatic Colors of #98E2AB
Black with #98E2AB
Text Example
Text Example
White with #98E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E2AB; }
p { color: rgb(152,226,171); }
H1.HeaderClassName
{
color: #98E2AB;
}
.AnyTagClassName
{
color: #98E2AB;
}
</style>
background-color css
<style>
a { background-color: #98E2AB; }
a { background-color: rgb(152,226,171); }
div.DivClassName
{
background-color: #98E2AB;
}
.BgClassName
{
background-color: #98E2AB;
}
</style>
border-color css
<style>
span { border-color: #98E2AB; }
span { border-color: rgb(152,226,171); }
td.TdClassName
{
border-color: #98E2AB;
}
.TagClassName
{
border-color: #98E2AB;
}
</style>