#90BEAE

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

Shades of Shadow Green #90BEAE

Tints of Shadow Green #90BEAE

Color information

#90BEAE (or 0x90BEAE) is unknown color: approx Shadow Green. HEX triplet: 90, BE and AE. RGB value is (144,190,174). Sum of RGB (Red+Green+Blue) = 144+190+174=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEAE is #6F4151. Grayscale: #AEAEAE. Windows color (decimal): -7291218 or 11452048. OLE color: 11452048.

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

Color convert

RGB144190174-
CMYK0.2400.080.25
HSL159.13º26.14%65.49%-
HSV(B)159.13º24.21%74.51%-
XYZ37.5645.8146.91-
YUV174.42127.76106.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=28.35%
G=37.40%
B=34.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901740.2400.080.25159.1326.1465.49
Hex90BEAE1808199f1a41
Octal220276256300103123732101
Binary10010000101111101010111011000010001100110011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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