Shades of Chinook #8ACE99
Tints of Chinook #8ACE99
RGB
CMYK
RGB Variations
Color information
#8ACE99 (or 0x8ACE99) is known color: Chinook. HEX triplet: 8A, CE and 99. RGB value is (138,206,153). Sum of RGB (Red+Green+Blue) = 138+206+153=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE99 is #753166. Grayscale: #B3B3B3. Windows color (decimal): -7680359 or 10079882. OLE color: 10079882.
HSL color Cylindrical-coordinate representation of color #8ACE99: hue angle of 133.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE99 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 153 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.19 |
| HSL | 133.24º | 0.41% | 0.67% | - |
| HSV(B) | 133.24º | 0.33% | 0.81% | - |
| XYZ | 38.3 | 51.85 | 38.13 | - |
| YUV | 179.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 153 | 0.33 | 0 | 0.26 | 0.19 | 133.24 | 0.41 | 0.67 |
| Hex | 8A | CE | 99 | 21 | 0 | 1A | 13 | 85 | 29 | 43 |
| Octal | 212 | 316 | 231 | 41 | 0 | 32 | 23 | 205 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10011001 | 100001 | 0 | 11010 | 10011 | 10000101 | 101001 | 1000011 |
Color Harmonies of #8ACE99
Complementary color
Monochromatic Colors of #8ACE99
Black with #8ACE99
Text Example
Text Example
White with #8ACE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE99; }
p { color: rgb(138,206,153); }
H1.HeaderClassName
{
color: #8ACE99;
}
.AnyTagClassName
{
color: #8ACE99;
}
</style>
background-color css
<style>
a { background-color: #8ACE99; }
a { background-color: rgb(138,206,153); }
div.DivClassName
{
background-color: #8ACE99;
}
.BgClassName
{
background-color: #8ACE99;
}
</style>
border-color css
<style>
span { border-color: #8ACE99; }
span { border-color: rgb(138,206,153); }
td.TdClassName
{
border-color: #8ACE99;
}
.TagClassName
{
border-color: #8ACE99;
}
</style>