Shades of Chinook #99DEAE
Tints of Chinook #99DEAE
RGB
CMYK
RGB Variations
Color information
#99DEAE (or 0x99DEAE) is known color: Chinook. HEX triplet: 99, DE and AE. RGB value is (153,222,174). Sum of RGB (Red+Green+Blue) = 153+222+174=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEAE is #662151. Grayscale: #C4C4C4. Windows color (decimal): -6693202 or 11460249. OLE color: 11460249.
HSL color Cylindrical-coordinate representation of color #99DEAE: hue angle of 138.26º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEAE is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 174 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.13 |
| HSL | 138.26º | 0.51% | 0.74% | - |
| HSV(B) | 138.26º | 0.31% | 0.87% | - |
| XYZ | 46.9 | 62.07 | 49.55 | - |
| YUV | 195.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 174 | 0.31 | 0 | 0.22 | 0.13 | 138.26 | 0.51 | 0.74 |
| Hex | 99 | DE | AE | 1F | 0 | 16 | D | 8A | 33 | 4A |
| Octal | 231 | 336 | 256 | 37 | 0 | 26 | 15 | 212 | 63 | 112 |
| Binary | 10011001 | 11011110 | 10101110 | 11111 | 0 | 10110 | 1101 | 10001010 | 110011 | 1001010 |
Color Harmonies of #99DEAE
Complementary color
Monochromatic Colors of #99DEAE
Black with #99DEAE
Text Example
Text Example
White with #99DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEAE; }
p { color: rgb(153,222,174); }
H1.HeaderClassName
{
color: #99DEAE;
}
.AnyTagClassName
{
color: #99DEAE;
}
</style>
background-color css
<style>
a { background-color: #99DEAE; }
a { background-color: rgb(153,222,174); }
div.DivClassName
{
background-color: #99DEAE;
}
.BgClassName
{
background-color: #99DEAE;
}
</style>
border-color css
<style>
span { border-color: #99DEAE; }
span { border-color: rgb(153,222,174); }
td.TdClassName
{
border-color: #99DEAE;
}
.TagClassName
{
border-color: #99DEAE;
}
</style>