Shades of Chinook #9AEDB1
Tints of Chinook #9AEDB1
RGB
CMYK
RGB Variations
Color information
#9AEDB1 (or 0x9AEDB1) is known color: Chinook. HEX triplet: 9A, ED and B1. RGB value is (154,237,177). Sum of RGB (Red+Green+Blue) = 154+237+177=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDB1 is #65124E. Grayscale: #CDCDCD. Windows color (decimal): -6623823 or 11660698. OLE color: 11660698.
HSL color Cylindrical-coordinate representation of color #9AEDB1: hue angle of 136.63º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDB1 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 177 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.07 |
| HSL | 136.63º | 0.7% | 0.77% | - |
| HSV(B) | 136.63º | 0.35% | 0.93% | - |
| XYZ | 51.55 | 70.61 | 52.51 | - |
| YUV | 205.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 177 | 0.35 | 0 | 0.25 | 0.07 | 136.63 | 0.7 | 0.77 |
| Hex | 9A | ED | B1 | 23 | 0 | 19 | 7 | 89 | 46 | 4D |
| Octal | 232 | 355 | 261 | 43 | 0 | 31 | 7 | 211 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10110001 | 100011 | 0 | 11001 | 111 | 10001001 | 1000110 | 1001101 |
Color Harmonies of #9AEDB1
Complementary color
Monochromatic Colors of #9AEDB1
Black with #9AEDB1
Text Example
Text Example
White with #9AEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDB1; }
p { color: rgb(154,237,177); }
H1.HeaderClassName
{
color: #9AEDB1;
}
.AnyTagClassName
{
color: #9AEDB1;
}
</style>
background-color css
<style>
a { background-color: #9AEDB1; }
a { background-color: rgb(154,237,177); }
div.DivClassName
{
background-color: #9AEDB1;
}
.BgClassName
{
background-color: #9AEDB1;
}
</style>
border-color css
<style>
span { border-color: #9AEDB1; }
span { border-color: rgb(154,237,177); }
td.TdClassName
{
border-color: #9AEDB1;
}
.TagClassName
{
border-color: #9AEDB1;
}
</style>