#7ADD9E

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

Shades of Vista Blue #7ADD9E

Tints of Vista Blue #7ADD9E

Color information

#7ADD9E (or 0x7ADD9E) is unknown color: approx Vista Blue. HEX triplet: 7A, DD and 9E. RGB value is (122,221,158). Sum of RGB (Red+Green+Blue) = 122+221+158=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD9E is #852261. Grayscale: #B8B8B8. Windows color (decimal): -8725090 or 10411386. OLE color: 10411386.

HSL color Cylindrical-coordinate representation of color #7ADD9E: hue angle of 141.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADD9E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB122221158-
CMYK0.4500.290.13
HSL141.82º59.28%67.25%-
HSV(B)141.82º44.8%86.67%-
XYZ40.0558.3241.49-
YUV184.22113.283.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=24.35%
G=44.11%
B=31.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211580.4500.290.13141.8259.2867.25
Hex7ADD9E2D01DD8e3b43
Octal172335236550351521673103
Binary111101011011101100111101011010111011101100011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADD9E; }

 p { color: rgb(122,221,158); }

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

<style>
 a { background-color: #7ADD9E; }

 a { background-color: rgb(122,221,158); }

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

<style>
 span { border-color: #7ADD9E; }

 span { border-color: rgb(122,221,158); }

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