#90E9B0

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

Shades of Vista Blue #90E9B0

Tints of Vista Blue #90E9B0

Color information

#90E9B0 (or 0x90E9B0) is unknown color: approx Vista Blue. HEX triplet: 90, E9 and B0. RGB value is (144,233,176). Sum of RGB (Red+Green+Blue) = 144+233+176=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90E9B0 is #6F164F. Grayscale: #C8C8C8. Windows color (decimal): -7280208 or 11594128. OLE color: 11594128.

HSL color Cylindrical-coordinate representation of color #90E9B0: hue angle of 141.57º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E9B0 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB144233176-
CMYK0.3800.240.09
HSL141.57º66.92%73.92%-
HSV(B)141.57º38.2%91.37%-
XYZ48.4867.3451.52-
YUV199.89114.5188.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.04%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=26.04%
G=42.13%
B=31.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442331760.3800.240.09141.5766.9273.92
Hex90E9B02601898e434a
Octal2203512604603011216103112
Binary10010000111010011011000010011001100010011000111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,233,176); }

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

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

 a { background-color: rgb(144,233,176); }

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

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

 span { border-color: rgb(144,233,176); }

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