#90E4BE

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

Shades of Vista Blue #90E4BE

Tints of Vista Blue #90E4BE

Color information

#90E4BE (or 0x90E4BE) is unknown color: approx Vista Blue. HEX triplet: 90, E4 and BE. RGB value is (144,228,190). Sum of RGB (Red+Green+Blue) = 144+228+190=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #90E4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E4BE is #6F1B41. Grayscale: #C6C6C6. Windows color (decimal): -7281474 or 12510352. OLE color: 12510352.

HSL color Cylindrical-coordinate representation of color #90E4BE: hue angle of 152.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E4BE is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB144228190-
CMYK0.3700.170.11
HSL152.86º60.87%72.94%-
HSV(B)152.86º36.84%89.41%-
XYZ48.5465.1358.73-
YUV198.55123.1789.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 228 (89.45% from 255) = 40.57%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=25.62%
G=40.57%
B=33.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1442281900.3700.170.11152.8660.8772.94
Hex90E4BE25011B993d49
Octal220344276450211323175111
Binary1001000011100100101111101001010100011011100110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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