Shades of Chinook #8AEAA5
Tints of Chinook #8AEAA5
RGB
CMYK
RGB Variations
Color information
#8AEAA5 (or 0x8AEAA5) is known color: Chinook. HEX triplet: 8A, EA and A5. RGB value is (138,234,165). Sum of RGB (Red+Green+Blue) = 138+234+165=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEAA5 is #75155A. Grayscale: #C5C5C5. Windows color (decimal): -7673179 or 10873482. OLE color: 10873482.
HSL color Cylindrical-coordinate representation of color #8AEAA5: hue angle of 136.88º 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 #8AEAA5 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 165 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.08 |
| HSL | 136.88º | 0.7% | 0.73% | - |
| HSV(B) | 136.88º | 0.41% | 0.92% | - |
| XYZ | 46.7 | 66.97 | 46.06 | - |
| YUV | 197.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 165 | 0.41 | 0 | 0.29 | 0.08 | 136.88 | 0.7 | 0.73 |
| Hex | 8A | EA | A5 | 29 | 0 | 1D | 8 | 89 | 46 | 49 |
| Octal | 212 | 352 | 245 | 51 | 0 | 35 | 10 | 211 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10100101 | 101001 | 0 | 11101 | 1000 | 10001001 | 1000110 | 1001001 |
Color Harmonies of #8AEAA5
Complementary color
Monochromatic Colors of #8AEAA5
Black with #8AEAA5
Text Example
Text Example
White with #8AEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEAA5; }
p { color: rgb(138,234,165); }
H1.HeaderClassName
{
color: #8AEAA5;
}
.AnyTagClassName
{
color: #8AEAA5;
}
</style>
background-color css
<style>
a { background-color: #8AEAA5; }
a { background-color: rgb(138,234,165); }
div.DivClassName
{
background-color: #8AEAA5;
}
.BgClassName
{
background-color: #8AEAA5;
}
</style>
border-color css
<style>
span { border-color: #8AEAA5; }
span { border-color: rgb(138,234,165); }
td.TdClassName
{
border-color: #8AEAA5;
}
.TagClassName
{
border-color: #8AEAA5;
}
</style>