Shades of Chinook #99EDB0
Tints of Chinook #99EDB0
RGB
CMYK
RGB Variations
Color information
#99EDB0 (or 0x99EDB0) is known color: Chinook. HEX triplet: 99, ED and B0. RGB value is (153,237,176). Sum of RGB (Red+Green+Blue) = 153+237+176=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDB0 is #66124F. Grayscale: #CDCDCD. Windows color (decimal): -6689360 or 11595161. OLE color: 11595161.
HSL color Cylindrical-coordinate representation of color #99EDB0: hue angle of 136.43º 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 #99EDB0 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 176 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 136.43º | 0.7% | 0.76% | - |
| HSV(B) | 136.43º | 0.35% | 0.93% | - |
| XYZ | 51.26 | 70.48 | 51.98 | - |
| YUV | 204.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 176 | 0.35 | 0 | 0.26 | 0.07 | 136.43 | 0.7 | 0.76 |
| Hex | 99 | ED | B0 | 23 | 0 | 1A | 7 | 88 | 46 | 4C |
| Octal | 231 | 355 | 260 | 43 | 0 | 32 | 7 | 210 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10110000 | 100011 | 0 | 11010 | 111 | 10001000 | 1000110 | 1001100 |
Color Harmonies of #99EDB0
Complementary color
Monochromatic Colors of #99EDB0
Black with #99EDB0
Text Example
Text Example
White with #99EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDB0; }
p { color: rgb(153,237,176); }
H1.HeaderClassName
{
color: #99EDB0;
}
.AnyTagClassName
{
color: #99EDB0;
}
</style>
background-color css
<style>
a { background-color: #99EDB0; }
a { background-color: rgb(153,237,176); }
div.DivClassName
{
background-color: #99EDB0;
}
.BgClassName
{
background-color: #99EDB0;
}
</style>
border-color css
<style>
span { border-color: #99EDB0; }
span { border-color: rgb(153,237,176); }
td.TdClassName
{
border-color: #99EDB0;
}
.TagClassName
{
border-color: #99EDB0;
}
</style>