Shades of Chinook #99EEB0
Tints of Chinook #99EEB0
RGB
CMYK
RGB Variations
Color information
#99EEB0 (or 0x99EEB0) is known color: Chinook. HEX triplet: 99, EE and B0. RGB value is (153,238,176). Sum of RGB (Red+Green+Blue) = 153+238+176=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EEB0 is #66114F. Grayscale: #CDCDCD. Windows color (decimal): -6689104 or 11595417. OLE color: 11595417.
HSL color Cylindrical-coordinate representation of color #99EEB0: hue angle of 136.24º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEB0 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 176 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.07 |
| HSL | 136.24º | 0.71% | 0.77% | - |
| HSV(B) | 136.24º | 0.36% | 0.93% | - |
| XYZ | 51.55 | 71.06 | 52.07 | - |
| YUV | 205.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 176 | 0.36 | 0 | 0.26 | 0.07 | 136.24 | 0.71 | 0.77 |
| Hex | 99 | EE | B0 | 24 | 0 | 1A | 7 | 88 | 47 | 4D |
| Octal | 231 | 356 | 260 | 44 | 0 | 32 | 7 | 210 | 107 | 115 |
| Binary | 10011001 | 11101110 | 10110000 | 100100 | 0 | 11010 | 111 | 10001000 | 1000111 | 1001101 |
Color Harmonies of #99EEB0
Complementary color
Monochromatic Colors of #99EEB0
Black with #99EEB0
Text Example
Text Example
White with #99EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEB0; }
p { color: rgb(153,238,176); }
H1.HeaderClassName
{
color: #99EEB0;
}
.AnyTagClassName
{
color: #99EEB0;
}
</style>
background-color css
<style>
a { background-color: #99EEB0; }
a { background-color: rgb(153,238,176); }
div.DivClassName
{
background-color: #99EEB0;
}
.BgClassName
{
background-color: #99EEB0;
}
</style>
border-color css
<style>
span { border-color: #99EEB0; }
span { border-color: rgb(153,238,176); }
td.TdClassName
{
border-color: #99EEB0;
}
.TagClassName
{
border-color: #99EEB0;
}
</style>