Shades of Chinook #99EDAD
Tints of Chinook #99EDAD
RGB
CMYK
RGB Variations
Color information
#99EDAD (or 0x99EDAD) is known color: Chinook. HEX triplet: 99, ED and AD. RGB value is (153,237,173). Sum of RGB (Red+Green+Blue) = 153+237+173=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDAD is #661252. Grayscale: #CCCCCC. Windows color (decimal): -6689363 or 11398553. OLE color: 11398553.
HSL color Cylindrical-coordinate representation of color #99EDAD: hue angle of 134.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDAD is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 173 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.07 |
| HSL | 134.29º | 0.7% | 0.76% | - |
| HSV(B) | 134.29º | 0.35% | 0.93% | - |
| XYZ | 50.96 | 70.36 | 50.43 | - |
| YUV | 204.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 173 | 0.35 | 0 | 0.27 | 0.07 | 134.29 | 0.7 | 0.76 |
| Hex | 99 | ED | AD | 23 | 0 | 1B | 7 | 86 | 46 | 4C |
| Octal | 231 | 355 | 255 | 43 | 0 | 33 | 7 | 206 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10101101 | 100011 | 0 | 11011 | 111 | 10000110 | 1000110 | 1001100 |
Color Harmonies of #99EDAD
Complementary color
Monochromatic Colors of #99EDAD
Black with #99EDAD
Text Example
Text Example
White with #99EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDAD; }
p { color: rgb(153,237,173); }
H1.HeaderClassName
{
color: #99EDAD;
}
.AnyTagClassName
{
color: #99EDAD;
}
</style>
background-color css
<style>
a { background-color: #99EDAD; }
a { background-color: rgb(153,237,173); }
div.DivClassName
{
background-color: #99EDAD;
}
.BgClassName
{
background-color: #99EDAD;
}
</style>
border-color css
<style>
span { border-color: #99EDAD; }
span { border-color: rgb(153,237,173); }
td.TdClassName
{
border-color: #99EDAD;
}
.TagClassName
{
border-color: #99EDAD;
}
</style>