Shades of Chinook #98EFAE
Tints of Chinook #98EFAE
RGB
CMYK
RGB Variations
Color information
#98EFAE (or 0x98EFAE) is known color: Chinook. HEX triplet: 98, EF and AE. RGB value is (152,239,174). Sum of RGB (Red+Green+Blue) = 152+239+174=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EFAE is #671051. Grayscale: #CDCDCD. Windows color (decimal): -6754386 or 11464600. OLE color: 11464600.
HSL color Cylindrical-coordinate representation of color #98EFAE: hue angle of 135.17º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFAE is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 174 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.06 |
| HSL | 135.17º | 0.73% | 0.77% | - |
| HSV(B) | 135.17º | 0.36% | 0.94% | - |
| XYZ | 51.46 | 71.46 | 51.13 | - |
| YUV | 205.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 174 | 0.36 | 0 | 0.27 | 0.06 | 135.17 | 0.73 | 0.77 |
| Hex | 98 | EF | AE | 24 | 0 | 1B | 6 | 87 | 49 | 4D |
| Octal | 230 | 357 | 256 | 44 | 0 | 33 | 6 | 207 | 111 | 115 |
| Binary | 10011000 | 11101111 | 10101110 | 100100 | 0 | 11011 | 110 | 10000111 | 1001001 | 1001101 |
Color Harmonies of #98EFAE
Complementary color
Monochromatic Colors of #98EFAE
Black with #98EFAE
Text Example
Text Example
White with #98EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFAE; }
p { color: rgb(152,239,174); }
H1.HeaderClassName
{
color: #98EFAE;
}
.AnyTagClassName
{
color: #98EFAE;
}
</style>
background-color css
<style>
a { background-color: #98EFAE; }
a { background-color: rgb(152,239,174); }
div.DivClassName
{
background-color: #98EFAE;
}
.BgClassName
{
background-color: #98EFAE;
}
</style>
border-color css
<style>
span { border-color: #98EFAE; }
span { border-color: rgb(152,239,174); }
td.TdClassName
{
border-color: #98EFAE;
}
.TagClassName
{
border-color: #98EFAE;
}
</style>