#90C7AD

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

Shades of Vista Blue #90C7AD

Tints of Vista Blue #90C7AD

Color information

#90C7AD (or 0x90C7AD) is unknown color: approx Vista Blue. HEX triplet: 90, C7 and AD. RGB value is (144,199,173). Sum of RGB (Red+Green+Blue) = 144+199+173=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #90C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C7AD is #6F3852. Grayscale: #B3B3B3. Windows color (decimal): -7288915 or 11388816. OLE color: 11388816.

HSL color Cylindrical-coordinate representation of color #90C7AD: hue angle of 151.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C7AD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB144199173-
CMYK0.2800.130.22
HSL151.64º32.93%67.25%-
HSV(B)151.64º27.64%78.04%-
XYZ39.4749.7947.07-
YUV179.59124.28102.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=27.91%
G=38.57%
B=33.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441991730.2800.130.22151.6432.9367.25
Hex90C7AD1C0D16982143
Octal220307255340152623041103
Binary100100001100011110101101111000110110110100110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,199,173); }

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

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

 a { background-color: rgb(144,199,173); }

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

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

 span { border-color: rgb(144,199,173); }

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