Shades of Chinook #8ACE9B
Tints of Chinook #8ACE9B
RGB
CMYK
RGB Variations
Color information
#8ACE9B (or 0x8ACE9B) is known color: Chinook. HEX triplet: 8A, CE and 9B. RGB value is (138,206,155). Sum of RGB (Red+Green+Blue) = 138+206+155=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE9B is #753164. Grayscale: #B3B3B3. Windows color (decimal): -7680357 or 10210954. OLE color: 10210954.
HSL color Cylindrical-coordinate representation of color #8ACE9B: hue angle of 135º 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 #8ACE9B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 155 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.19 |
| HSL | 135º | 0.41% | 0.67% | - |
| HSV(B) | 135º | 0.33% | 0.81% | - |
| XYZ | 38.47 | 51.91 | 39 | - |
| YUV | 179.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 155 | 0.33 | 0 | 0.25 | 0.19 | 135 | 0.41 | 0.67 |
| Hex | 8A | CE | 9B | 21 | 0 | 19 | 13 | 87 | 29 | 43 |
| Octal | 212 | 316 | 233 | 41 | 0 | 31 | 23 | 207 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10011011 | 100001 | 0 | 11001 | 10011 | 10000111 | 101001 | 1000011 |
Color Harmonies of #8ACE9B
Complementary color
Monochromatic Colors of #8ACE9B
Black with #8ACE9B
Text Example
Text Example
White with #8ACE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE9B; }
p { color: rgb(138,206,155); }
H1.HeaderClassName
{
color: #8ACE9B;
}
.AnyTagClassName
{
color: #8ACE9B;
}
</style>
background-color css
<style>
a { background-color: #8ACE9B; }
a { background-color: rgb(138,206,155); }
div.DivClassName
{
background-color: #8ACE9B;
}
.BgClassName
{
background-color: #8ACE9B;
}
</style>
border-color css
<style>
span { border-color: #8ACE9B; }
span { border-color: rgb(138,206,155); }
td.TdClassName
{
border-color: #8ACE9B;
}
.TagClassName
{
border-color: #8ACE9B;
}
</style>