Shades of Chinook #90EBA5
Tints of Chinook #90EBA5
RGB
CMYK
RGB Variations
Color information
#90EBA5 (or 0x90EBA5) is known color: Chinook. HEX triplet: 90, EB and A5. RGB value is (144,235,165). Sum of RGB (Red+Green+Blue) = 144+235+165=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBA5 is #6F145A. Grayscale: #C8C8C8. Windows color (decimal): -7279707 or 10873744. OLE color: 10873744.
HSL color Cylindrical-coordinate representation of color #90EBA5: hue angle of 133.85º 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 #90EBA5 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 165 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.08 |
| HSL | 133.85º | 0.69% | 0.74% | - |
| HSV(B) | 133.85º | 0.39% | 0.92% | - |
| XYZ | 48 | 68.06 | 46.2 | - |
| YUV | 199.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 165 | 0.39 | 0 | 0.30 | 0.08 | 133.85 | 0.69 | 0.74 |
| Hex | 90 | EB | A5 | 27 | 0 | 1E | 8 | 86 | 45 | 4A |
| Octal | 220 | 353 | 245 | 47 | 0 | 36 | 10 | 206 | 105 | 112 |
| Binary | 10010000 | 11101011 | 10100101 | 100111 | 0 | 11110 | 1000 | 10000110 | 1000101 | 1001010 |
Color Harmonies of #90EBA5
Complementary color
Monochromatic Colors of #90EBA5
Black with #90EBA5
Text Example
Text Example
White with #90EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBA5; }
p { color: rgb(144,235,165); }
H1.HeaderClassName
{
color: #90EBA5;
}
.AnyTagClassName
{
color: #90EBA5;
}
</style>
background-color css
<style>
a { background-color: #90EBA5; }
a { background-color: rgb(144,235,165); }
div.DivClassName
{
background-color: #90EBA5;
}
.BgClassName
{
background-color: #90EBA5;
}
</style>
border-color css
<style>
span { border-color: #90EBA5; }
span { border-color: rgb(144,235,165); }
td.TdClassName
{
border-color: #90EBA5;
}
.TagClassName
{
border-color: #90EBA5;
}
</style>