Shades of Chinook #94EAAA
Tints of Chinook #94EAAA
RGB
CMYK
RGB Variations
Color information
#94EAAA (or 0x94EAAA) is known color: Chinook. HEX triplet: 94, EA and AA. RGB value is (148,234,170). Sum of RGB (Red+Green+Blue) = 148+234+170=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EAAA is #6B1555. Grayscale: #C9C9C9. Windows color (decimal): -7017814 or 11201172. OLE color: 11201172.
HSL color Cylindrical-coordinate representation of color #94EAAA: hue angle of 135.35º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAAA is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 170 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.08 |
| HSL | 135.35º | 0.67% | 0.75% | - |
| HSV(B) | 135.35º | 0.37% | 0.92% | - |
| XYZ | 48.89 | 68.04 | 48.59 | - |
| YUV | 200.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 170 | 0.37 | 0 | 0.27 | 0.08 | 135.35 | 0.67 | 0.75 |
| Hex | 94 | EA | AA | 25 | 0 | 1B | 8 | 87 | 43 | 4B |
| Octal | 224 | 352 | 252 | 45 | 0 | 33 | 10 | 207 | 103 | 113 |
| Binary | 10010100 | 11101010 | 10101010 | 100101 | 0 | 11011 | 1000 | 10000111 | 1000011 | 1001011 |
Color Harmonies of #94EAAA
Complementary color
Monochromatic Colors of #94EAAA
Black with #94EAAA
Text Example
Text Example
White with #94EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EAAA; }
p { color: rgb(148,234,170); }
H1.HeaderClassName
{
color: #94EAAA;
}
.AnyTagClassName
{
color: #94EAAA;
}
</style>
background-color css
<style>
a { background-color: #94EAAA; }
a { background-color: rgb(148,234,170); }
div.DivClassName
{
background-color: #94EAAA;
}
.BgClassName
{
background-color: #94EAAA;
}
</style>
border-color css
<style>
span { border-color: #94EAAA; }
span { border-color: rgb(148,234,170); }
td.TdClassName
{
border-color: #94EAAA;
}
.TagClassName
{
border-color: #94EAAA;
}
</style>