#90E9B4

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

Shades of Vista Blue #90E9B4

Tints of Vista Blue #90E9B4

Color information

#90E9B4 (or 0x90E9B4) is unknown color: approx Vista Blue. HEX triplet: 90, E9 and B4. RGB value is (144,233,180). Sum of RGB (Red+Green+Blue) = 144+233+180=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9B4 is #6F164B. Grayscale: #C8C8C8. Windows color (decimal): -7280204 or 11856272. OLE color: 11856272.

HSL color Cylindrical-coordinate representation of color #90E9B4: hue angle of 144.27º 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 #90E9B4 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB144233180-
CMYK0.3800.230.09
HSL144.27º66.92%73.92%-
HSV(B)144.27º38.2%91.37%-
XYZ48.8867.553.63-
YUV200.35116.5187.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.85%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=25.85%
G=41.83%
B=32.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442331800.3800.230.09144.2766.9273.92
Hex90E9B426017990434a
Octal2203512644602711220103112
Binary10010000111010011011010010011001011110011001000010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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