Shades of Chinook #8FDFA2
Tints of Chinook #8FDFA2
RGB
CMYK
RGB Variations
Color information
#8FDFA2 (or 0x8FDFA2) is known color: Chinook. HEX triplet: 8F, DF and A2. RGB value is (143,223,162). Sum of RGB (Red+Green+Blue) = 143+223+162=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFA2 is #70205D. Grayscale: #C0C0C0. Windows color (decimal): -7348318 or 10674063. OLE color: 10674063.
HSL color Cylindrical-coordinate representation of color #8FDFA2: hue angle of 134.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 162 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.13 |
| HSL | 134.25º | 0.56% | 0.72% | - |
| HSV(B) | 134.25º | 0.36% | 0.87% | - |
| XYZ | 44.24 | 61.22 | 43.67 | - |
| YUV | 192.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 162 | 0.36 | 0 | 0.27 | 0.13 | 134.25 | 0.56 | 0.72 |
| Hex | 8F | DF | A2 | 24 | 0 | 1B | D | 86 | 38 | 48 |
| Octal | 217 | 337 | 242 | 44 | 0 | 33 | 15 | 206 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10100010 | 100100 | 0 | 11011 | 1101 | 10000110 | 111000 | 1001000 |
Color Harmonies of #8FDFA2
Complementary color
Monochromatic Colors of #8FDFA2
Black with #8FDFA2
Text Example
Text Example
White with #8FDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFA2; }
p { color: rgb(143,223,162); }
H1.HeaderClassName
{
color: #8FDFA2;
}
.AnyTagClassName
{
color: #8FDFA2;
}
</style>
background-color css
<style>
a { background-color: #8FDFA2; }
a { background-color: rgb(143,223,162); }
div.DivClassName
{
background-color: #8FDFA2;
}
.BgClassName
{
background-color: #8FDFA2;
}
</style>
border-color css
<style>
span { border-color: #8FDFA2; }
span { border-color: rgb(143,223,162); }
td.TdClassName
{
border-color: #8FDFA2;
}
.TagClassName
{
border-color: #8FDFA2;
}
</style>