Shades of Chinook #90EBA8
Tints of Chinook #90EBA8
RGB
CMYK
RGB Variations
Color information
#90EBA8 (or 0x90EBA8) is known color: Chinook. HEX triplet: 90, EB and A8. RGB value is (144,235,168). Sum of RGB (Red+Green+Blue) = 144+235+168=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBA8 is #6F1457. Grayscale: #C8C8C8. Windows color (decimal): -7279704 or 11070352. OLE color: 11070352.
HSL color Cylindrical-coordinate representation of color #90EBA8: hue angle of 135.82º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBA8 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 168 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.08 |
| HSL | 135.82º | 0.69% | 0.74% | - |
| HSV(B) | 135.82º | 0.39% | 0.92% | - |
| XYZ | 48.28 | 68.17 | 47.66 | - |
| YUV | 200.15 | 109.85 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 168 | 0.39 | 0 | 0.29 | 0.08 | 135.82 | 0.69 | 0.74 |
| Hex | 90 | EB | A8 | 27 | 0 | 1D | 8 | 88 | 45 | 4A |
| Octal | 220 | 353 | 250 | 47 | 0 | 35 | 10 | 210 | 105 | 112 |
| Binary | 10010000 | 11101011 | 10101000 | 100111 | 0 | 11101 | 1000 | 10001000 | 1000101 | 1001010 |
Color Harmonies of #90EBA8
Complementary color
Monochromatic Colors of #90EBA8
Black with #90EBA8
Text Example
Text Example
White with #90EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBA8; }
p { color: rgb(144,235,168); }
H1.HeaderClassName
{
color: #90EBA8;
}
.AnyTagClassName
{
color: #90EBA8;
}
</style>
background-color css
<style>
a { background-color: #90EBA8; }
a { background-color: rgb(144,235,168); }
div.DivClassName
{
background-color: #90EBA8;
}
.BgClassName
{
background-color: #90EBA8;
}
</style>
border-color css
<style>
span { border-color: #90EBA8; }
span { border-color: rgb(144,235,168); }
td.TdClassName
{
border-color: #90EBA8;
}
.TagClassName
{
border-color: #90EBA8;
}
</style>