#90E8AF

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

Shades of Vista Blue #90E8AF

Tints of Vista Blue #90E8AF

Color information

#90E8AF (or 0x90E8AF) is unknown color: approx Vista Blue. HEX triplet: 90, E8 and AF. RGB value is (144,232,175). Sum of RGB (Red+Green+Blue) = 144+232+175=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90E8AF is #6F1750. Grayscale: #C7C7C7. Windows color (decimal): -7280465 or 11528336. OLE color: 11528336.

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

Color convert

RGB144232175-
CMYK0.3800.250.09
HSL141.14º65.67%73.73%-
HSV(B)141.14º37.93%90.98%-
XYZ48.166.7450.9-
YUV199.19114.3588.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.13%
GREEN value IS 232 (91.02% from 255) = 42.11%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=26.13%
G=42.11%
B=31.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442321750.3800.250.09141.1465.6773.73
Hex90E8AF2601998d424a
Octal2203502574603111215102112
Binary10010000111010001010111110011001100110011000110110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,232,175); }

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

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

 a { background-color: rgb(144,232,175); }

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

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

 span { border-color: rgb(144,232,175); }

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