Shades of Chinook #98EFAF
Tints of Chinook #98EFAF
RGB
CMYK
RGB Variations
Color information
#98EFAF (or 0x98EFAF) is known color: Chinook. HEX triplet: 98, EF and AF. RGB value is (152,239,175). Sum of RGB (Red+Green+Blue) = 152+239+175=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EFAF is #671050. Grayscale: #CDCDCD. Windows color (decimal): -6754385 or 11530136. OLE color: 11530136.
HSL color Cylindrical-coordinate representation of color #98EFAF: hue angle of 135.86º 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 #98EFAF is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 175 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.06 |
| HSL | 135.86º | 0.73% | 0.77% | - |
| HSV(B) | 135.86º | 0.36% | 0.94% | - |
| XYZ | 51.55 | 71.5 | 51.64 | - |
| YUV | 205.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 175 | 0.36 | 0 | 0.27 | 0.06 | 135.86 | 0.73 | 0.77 |
| Hex | 98 | EF | AF | 24 | 0 | 1B | 6 | 88 | 49 | 4D |
| Octal | 230 | 357 | 257 | 44 | 0 | 33 | 6 | 210 | 111 | 115 |
| Binary | 10011000 | 11101111 | 10101111 | 100100 | 0 | 11011 | 110 | 10001000 | 1001001 | 1001101 |
Color Harmonies of #98EFAF
Complementary color
Monochromatic Colors of #98EFAF
Black with #98EFAF
Text Example
Text Example
White with #98EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFAF; }
p { color: rgb(152,239,175); }
H1.HeaderClassName
{
color: #98EFAF;
}
.AnyTagClassName
{
color: #98EFAF;
}
</style>
background-color css
<style>
a { background-color: #98EFAF; }
a { background-color: rgb(152,239,175); }
div.DivClassName
{
background-color: #98EFAF;
}
.BgClassName
{
background-color: #98EFAF;
}
</style>
border-color css
<style>
span { border-color: #98EFAF; }
span { border-color: rgb(152,239,175); }
td.TdClassName
{
border-color: #98EFAF;
}
.TagClassName
{
border-color: #98EFAF;
}
</style>