Shades of Chinook #8AEAA4
Tints of Chinook #8AEAA4
RGB
CMYK
RGB Variations
Color information
#8AEAA4 (or 0x8AEAA4) is known color: Chinook. HEX triplet: 8A, EA and A4. RGB value is (138,234,164). Sum of RGB (Red+Green+Blue) = 138+234+164=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEAA4 is #75155B. Grayscale: #C5C5C5. Windows color (decimal): -7673180 or 10807946. OLE color: 10807946.
HSL color Cylindrical-coordinate representation of color #8AEAA4: hue angle of 136.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEAA4 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 164 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.08 |
| HSL | 136.25º | 0.7% | 0.73% | - |
| HSV(B) | 136.25º | 0.41% | 0.92% | - |
| XYZ | 46.6 | 66.93 | 45.58 | - |
| YUV | 197.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 164 | 0.41 | 0 | 0.30 | 0.08 | 136.25 | 0.7 | 0.73 |
| Hex | 8A | EA | A4 | 29 | 0 | 1E | 8 | 88 | 46 | 49 |
| Octal | 212 | 352 | 244 | 51 | 0 | 36 | 10 | 210 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10100100 | 101001 | 0 | 11110 | 1000 | 10001000 | 1000110 | 1001001 |
Color Harmonies of #8AEAA4
Complementary color
Monochromatic Colors of #8AEAA4
Black with #8AEAA4
Text Example
Text Example
White with #8AEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEAA4; }
p { color: rgb(138,234,164); }
H1.HeaderClassName
{
color: #8AEAA4;
}
.AnyTagClassName
{
color: #8AEAA4;
}
</style>
background-color css
<style>
a { background-color: #8AEAA4; }
a { background-color: rgb(138,234,164); }
div.DivClassName
{
background-color: #8AEAA4;
}
.BgClassName
{
background-color: #8AEAA4;
}
</style>
border-color css
<style>
span { border-color: #8AEAA4; }
span { border-color: rgb(138,234,164); }
td.TdClassName
{
border-color: #8AEAA4;
}
.TagClassName
{
border-color: #8AEAA4;
}
</style>