Shades of Chinook #8CEFA8
Tints of Chinook #8CEFA8
RGB
CMYK
RGB Variations
Color information
#8CEFA8 (or 0x8CEFA8) is known color: Chinook. HEX triplet: 8C, EF and A8. RGB value is (140,239,168). Sum of RGB (Red+Green+Blue) = 140+239+168=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEFA8 is #731057. Grayscale: #C9C9C9. Windows color (decimal): -7540824 or 11071372. OLE color: 11071372.
HSL color Cylindrical-coordinate representation of color #8CEFA8: hue angle of 136.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFA8 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 168 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.06 |
| HSL | 136.97º | 0.76% | 0.74% | - |
| HSV(B) | 136.97º | 0.41% | 0.94% | - |
| XYZ | 48.75 | 70.14 | 48.01 | - |
| YUV | 201.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 168 | 0.41 | 0 | 0.30 | 0.06 | 136.97 | 0.76 | 0.74 |
| Hex | 8C | EF | A8 | 29 | 0 | 1E | 6 | 89 | 4C | 4A |
| Octal | 214 | 357 | 250 | 51 | 0 | 36 | 6 | 211 | 114 | 112 |
| Binary | 10001100 | 11101111 | 10101000 | 101001 | 0 | 11110 | 110 | 10001001 | 1001100 | 1001010 |
Color Harmonies of #8CEFA8
Complementary color
Monochromatic Colors of #8CEFA8
Black with #8CEFA8
Text Example
Text Example
White with #8CEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFA8; }
p { color: rgb(140,239,168); }
H1.HeaderClassName
{
color: #8CEFA8;
}
.AnyTagClassName
{
color: #8CEFA8;
}
</style>
background-color css
<style>
a { background-color: #8CEFA8; }
a { background-color: rgb(140,239,168); }
div.DivClassName
{
background-color: #8CEFA8;
}
.BgClassName
{
background-color: #8CEFA8;
}
</style>
border-color css
<style>
span { border-color: #8CEFA8; }
span { border-color: rgb(140,239,168); }
td.TdClassName
{
border-color: #8CEFA8;
}
.TagClassName
{
border-color: #8CEFA8;
}
</style>