#90D6A9

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

Shades of Vista Blue #90D6A9

Tints of Vista Blue #90D6A9

Color information

#90D6A9 (or 0x90D6A9) is unknown color: approx Vista Blue. HEX triplet: 90, D6 and A9. RGB value is (144,214,169). Sum of RGB (Red+Green+Blue) = 144+214+169=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D6A9 is #6F2956. Grayscale: #BCBCBC. Windows color (decimal): -7285079 or 11130512. OLE color: 11130512.

HSL color Cylindrical-coordinate representation of color #90D6A9: hue angle of 141.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6A9 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB144214169-
CMYK0.3300.210.16
HSL141.43º46.05%70.2%-
HSV(B)141.43º32.71%83.92%-
XYZ42.7156.8946.27-
YUV187.94117.3196.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=27.32%
G=40.61%
B=32.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442141690.3300.210.16141.4346.0570.2
Hex90D6A921015108d2e46
Octal220326251410252021556106
Binary10010000110101101010100110000101010110000100011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,214,169); }

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

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

 a { background-color: rgb(144,214,169); }

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

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

 span { border-color: rgb(144,214,169); }

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