#90EBAA

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

Shades of Chinook #90EBAA

Tints of Chinook #90EBAA

Color information

#90EBAA (or 0x90EBAA) is unknown color: approx Chinook. HEX triplet: 90, EB and AA. RGB value is (144,235,170). Sum of RGB (Red+Green+Blue) = 144+235+170=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBAA is #6F1455. Grayscale: #C8C8C8. Windows color (decimal): -7279702 or 11201424. OLE color: 11201424.

HSL color Cylindrical-coordinate representation of color #90EBAA: hue angle of 137.14º 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 #90EBAA is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB144235170-
CMYK0.3900.280.08
HSL137.14º69.47%74.31%-
HSV(B)137.14º38.72%92.16%-
XYZ48.4768.2548.65-
YUV200.38110.8587.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.23%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=26.23%
G=42.81%
B=30.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351700.3900.280.08137.1469.4774.31
Hex90EBAA2701C889454a
Octal2203532524703410211105112
Binary10010000111010111010101010011101110010001000100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,235,170); }

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

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

 a { background-color: rgb(144,235,170); }

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

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

 span { border-color: rgb(144,235,170); }

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