#90EBAB

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

Shades of Vista Blue #90EBAB

Tints of Vista Blue #90EBAB

Color information

#90EBAB (or 0x90EBAB) is unknown color: approx Vista Blue. HEX triplet: 90, EB and AB. RGB value is (144,235,171). Sum of RGB (Red+Green+Blue) = 144+235+171=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBAB is #6F1454. Grayscale: #C8C8C8. Windows color (decimal): -7279701 or 11266960. OLE color: 11266960.

HSL color Cylindrical-coordinate representation of color #90EBAB: hue angle of 137.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBAB is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB144235171-
CMYK0.3900.270.08
HSL137.8º69.47%74.31%-
HSV(B)137.8º38.72%92.16%-
XYZ48.5668.2949.15-
YUV200.49111.3587.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.18%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=26.18%
G=42.73%
B=31.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351710.3900.270.08137.869.4774.31
Hex90EBAB2701B88a454a
Octal2203532534703310212105112
Binary10010000111010111010101110011101101110001000101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,235,171); }

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

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

 a { background-color: rgb(144,235,171); }

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

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

 span { border-color: rgb(144,235,171); }

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