#90BFA0

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

Shades of Summer Green #90BFA0

Tints of Summer Green #90BFA0

Color information

#90BFA0 (or 0x90BFA0) is unknown color: approx Summer Green. HEX triplet: 90, BF and A0. RGB value is (144,191,160). Sum of RGB (Red+Green+Blue) = 144+191+160=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BFA0 is #6F405F. Grayscale: #ADADAD. Windows color (decimal): -7290976 or 10534800. OLE color: 10534800.

HSL color Cylindrical-coordinate representation of color #90BFA0: hue angle of 140.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB144191160-
CMYK0.2500.160.25
HSL140.43º26.86%65.69%-
HSV(B)140.43º24.61%74.9%-
XYZ36.4845.7340.16-
YUV173.41120.43107.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=29.09%
G=38.59%
B=32.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911600.2500.160.25140.4326.8665.69
Hex90BFA019010198c1b42
Octal220277240310203121433102
Binary100100001011111110100000110010100001100110001100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,160); }

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

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

 a { background-color: rgb(144,191,160); }

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

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

 span { border-color: rgb(144,191,160); }

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