Shades of Chinook #9DE9B2
Tints of Chinook #9DE9B2
RGB
CMYK
RGB Variations
Color information
#9DE9B2 (or 0x9DE9B2) is known color: Chinook. HEX triplet: 9D, E9 and B2. RGB value is (157,233,178). Sum of RGB (Red+Green+Blue) = 157+233+178=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE9B2 is #62164D. Grayscale: #CCCCCC. Windows color (decimal): -6428238 or 11725213. OLE color: 11725213.
HSL color Cylindrical-coordinate representation of color #9DE9B2: hue angle of 136.58º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9B2 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 178 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.09 |
| HSL | 136.58º | 0.63% | 0.76% | - |
| HSV(B) | 136.58º | 0.33% | 0.91% | - |
| XYZ | 51.08 | 68.66 | 52.68 | - |
| YUV | 204.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 178 | 0.33 | 0 | 0.24 | 0.09 | 136.58 | 0.63 | 0.76 |
| Hex | 9D | E9 | B2 | 21 | 0 | 18 | 9 | 89 | 3F | 4C |
| Octal | 235 | 351 | 262 | 41 | 0 | 30 | 11 | 211 | 77 | 114 |
| Binary | 10011101 | 11101001 | 10110010 | 100001 | 0 | 11000 | 1001 | 10001001 | 111111 | 1001100 |
Color Harmonies of #9DE9B2
Complementary color
Monochromatic Colors of #9DE9B2
Black with #9DE9B2
Text Example
Text Example
White with #9DE9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9B2; }
p { color: rgb(157,233,178); }
H1.HeaderClassName
{
color: #9DE9B2;
}
.AnyTagClassName
{
color: #9DE9B2;
}
</style>
background-color css
<style>
a { background-color: #9DE9B2; }
a { background-color: rgb(157,233,178); }
div.DivClassName
{
background-color: #9DE9B2;
}
.BgClassName
{
background-color: #9DE9B2;
}
</style>
border-color css
<style>
span { border-color: #9DE9B2; }
span { border-color: rgb(157,233,178); }
td.TdClassName
{
border-color: #9DE9B2;
}
.TagClassName
{
border-color: #9DE9B2;
}
</style>