#90DEA7

Color #90DEA7 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #90DEA7

Tints of Chinook #90DEA7

Color information

#90DEA7 (or 0x90DEA7) is unknown color: approx Chinook. HEX triplet: 90, DE and A7. RGB value is (144,222,167). Sum of RGB (Red+Green+Blue) = 144+222+167=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DEA7 is #6F2158. Grayscale: #C0C0C0. Windows color (decimal): -7283033 or 11001488. OLE color: 11001488.

HSL color Cylindrical-coordinate representation of color #90DEA7: hue angle of 137.69º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEA7 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB144222167-
CMYK0.3500.250.13
HSL137.69º54.17%71.76%-
HSV(B)137.69º35.14%87.06%-
XYZ44.660.9645.98-
YUV192.41113.6693.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=27.02%
G=41.65%
B=31.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221670.3500.250.13137.6954.1771.76
Hex90DEA723019D8a3648
Octal220336247430311521266110
Binary1001000011011110101001111000110110011101100010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DEA7; }

 p { color: rgb(144,222,167); }

 H1.HeaderClassName
 {
   color: #90DEA7;
 }
 .AnyTagClassName
 {
   color: #90DEA7;
 }
</style>
background-color css

<style>
 a { background-color: #90DEA7; }

 a { background-color: rgb(144,222,167); }

 div.DivClassName
 {
   background-color: #90DEA7;
 }
 .BgClassName
 {
   background-color: #90DEA7;
 }
</style>
border-color css

<style>
 span { border-color: #90DEA7; }

 span { border-color: rgb(144,222,167); }

 td.TdClassName
 {
   border-color: #90DEA7;
 }
 .TagClassName
 {
   border-color: #90DEA7;
 }
</style>