Shades of Chinook #8FEFAA
Tints of Chinook #8FEFAA
RGB
CMYK
RGB Variations
Color information
#8FEFAA (or 0x8FEFAA) is known color: Chinook. HEX triplet: 8F, EF and AA. RGB value is (143,239,170). Sum of RGB (Red+Green+Blue) = 143+239+170=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFAA is #701055. Grayscale: #CACACA. Windows color (decimal): -7344214 or 11202447. OLE color: 11202447.
HSL color Cylindrical-coordinate representation of color #8FEFAA: hue angle of 136.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFAA is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 170 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.06 |
| HSL | 136.88º | 0.75% | 0.75% | - |
| HSV(B) | 136.88º | 0.4% | 0.94% | - |
| XYZ | 49.45 | 70.47 | 49.03 | - |
| YUV | 202.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 170 | 0.40 | 0 | 0.29 | 0.06 | 136.88 | 0.75 | 0.75 |
| Hex | 8F | EF | AA | 28 | 0 | 1D | 6 | 89 | 4B | 4B |
| Octal | 217 | 357 | 252 | 50 | 0 | 35 | 6 | 211 | 113 | 113 |
| Binary | 10001111 | 11101111 | 10101010 | 101000 | 0 | 11101 | 110 | 10001001 | 1001011 | 1001011 |
Color Harmonies of #8FEFAA
Complementary color
Monochromatic Colors of #8FEFAA
Black with #8FEFAA
Text Example
Text Example
White with #8FEFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFAA; }
p { color: rgb(143,239,170); }
H1.HeaderClassName
{
color: #8FEFAA;
}
.AnyTagClassName
{
color: #8FEFAA;
}
</style>
background-color css
<style>
a { background-color: #8FEFAA; }
a { background-color: rgb(143,239,170); }
div.DivClassName
{
background-color: #8FEFAA;
}
.BgClassName
{
background-color: #8FEFAA;
}
</style>
border-color css
<style>
span { border-color: #8FEFAA; }
span { border-color: rgb(143,239,170); }
td.TdClassName
{
border-color: #8FEFAA;
}
.TagClassName
{
border-color: #8FEFAA;
}
</style>