#90BEA1

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

Shades of Summer Green #90BEA1

Tints of Summer Green #90BEA1

Color information

#90BEA1 (or 0x90BEA1) is unknown color: approx Summer Green. HEX triplet: 90, BE and A1. RGB value is (144,190,161). Sum of RGB (Red+Green+Blue) = 144+190+161=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEA1 is #6F415E. Grayscale: #ADADAD. Windows color (decimal): -7291231 or 10600080. OLE color: 10600080.

HSL color Cylindrical-coordinate representation of color #90BEA1: hue angle of 142.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BEA1 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB144190161-
CMYK0.2400.150.25
HSL142.17º26.14%65.49%-
HSV(B)142.17º24.21%74.51%-
XYZ36.3545.3340.55-
YUV172.94121.26107.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=29.09%
G=38.38%
B=32.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901610.2400.150.25142.1726.1465.49
Hex90BEA1180F198e1a41
Octal220276241300173121632101
Binary10010000101111101010000111000011111100110001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,161); }

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

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

 a { background-color: rgb(144,190,161); }

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

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

 span { border-color: rgb(144,190,161); }

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