Shades of Chinook #8AE4A5
Tints of Chinook #8AE4A5
RGB
CMYK
RGB Variations
Color information
#8AE4A5 (or 0x8AE4A5) is known color: Chinook. HEX triplet: 8A, E4 and A5. RGB value is (138,228,165). Sum of RGB (Red+Green+Blue) = 138+228+165=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE4A5 is #751B5A. Grayscale: #C2C2C2. Windows color (decimal): -7674715 or 10871946. OLE color: 10871946.
HSL color Cylindrical-coordinate representation of color #8AE4A5: hue angle of 138º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE4A5 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 228 | 165 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.11 |
| HSL | 138º | 0.63% | 0.72% | - |
| HSV(B) | 138º | 0.39% | 0.89% | - |
| XYZ | 45.02 | 63.61 | 45.5 | - |
| YUV | 193.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 228 | 165 | 0.39 | 0 | 0.28 | 0.11 | 138 | 0.63 | 0.72 |
| Hex | 8A | E4 | A5 | 27 | 0 | 1C | B | 8A | 3E | 48 |
| Octal | 212 | 344 | 245 | 47 | 0 | 34 | 13 | 212 | 76 | 110 |
| Binary | 10001010 | 11100100 | 10100101 | 100111 | 0 | 11100 | 1011 | 10001010 | 111110 | 1001000 |
Color Harmonies of #8AE4A5
Complementary color
Monochromatic Colors of #8AE4A5
Black with #8AE4A5
Text Example
Text Example
White with #8AE4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE4A5; }
p { color: rgb(138,228,165); }
H1.HeaderClassName
{
color: #8AE4A5;
}
.AnyTagClassName
{
color: #8AE4A5;
}
</style>
background-color css
<style>
a { background-color: #8AE4A5; }
a { background-color: rgb(138,228,165); }
div.DivClassName
{
background-color: #8AE4A5;
}
.BgClassName
{
background-color: #8AE4A5;
}
</style>
border-color css
<style>
span { border-color: #8AE4A5; }
span { border-color: rgb(138,228,165); }
td.TdClassName
{
border-color: #8AE4A5;
}
.TagClassName
{
border-color: #8AE4A5;
}
</style>