Shades of Chinook #99EBB0
Tints of Chinook #99EBB0
RGB
CMYK
RGB Variations
Color information
#99EBB0 (or 0x99EBB0) is known color: Chinook. HEX triplet: 99, EB and B0. RGB value is (153,235,176). Sum of RGB (Red+Green+Blue) = 153+235+176=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EBB0 is #66144F. Grayscale: #CBCBCB. Windows color (decimal): -6689872 or 11594649. OLE color: 11594649.
HSL color Cylindrical-coordinate representation of color #99EBB0: hue angle of 136.83º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBB0 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 176 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.08 |
| HSL | 136.83º | 0.67% | 0.76% | - |
| HSV(B) | 136.83º | 0.35% | 0.92% | - |
| XYZ | 50.68 | 69.32 | 51.78 | - |
| YUV | 203.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 176 | 0.35 | 0 | 0.25 | 0.08 | 136.83 | 0.67 | 0.76 |
| Hex | 99 | EB | B0 | 23 | 0 | 19 | 8 | 89 | 43 | 4C |
| Octal | 231 | 353 | 260 | 43 | 0 | 31 | 10 | 211 | 103 | 114 |
| Binary | 10011001 | 11101011 | 10110000 | 100011 | 0 | 11001 | 1000 | 10001001 | 1000011 | 1001100 |
Color Harmonies of #99EBB0
Complementary color
Monochromatic Colors of #99EBB0
Black with #99EBB0
Text Example
Text Example
White with #99EBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBB0; }
p { color: rgb(153,235,176); }
H1.HeaderClassName
{
color: #99EBB0;
}
.AnyTagClassName
{
color: #99EBB0;
}
</style>
background-color css
<style>
a { background-color: #99EBB0; }
a { background-color: rgb(153,235,176); }
div.DivClassName
{
background-color: #99EBB0;
}
.BgClassName
{
background-color: #99EBB0;
}
</style>
border-color css
<style>
span { border-color: #99EBB0; }
span { border-color: rgb(153,235,176); }
td.TdClassName
{
border-color: #99EBB0;
}
.TagClassName
{
border-color: #99EBB0;
}
</style>