#7DEAAA

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

Shades of Vista Blue #7DEAAA

Tints of Vista Blue #7DEAAA

Color information

#7DEAAA (or 0x7DEAAA) is unknown color: approx Vista Blue. HEX triplet: 7D, EA and AA. RGB value is (125,234,170). Sum of RGB (Red+Green+Blue) = 125+234+170=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEAAA is #821555. Grayscale: #C2C2C2. Windows color (decimal): -8525142 or 11201149. OLE color: 11201149.

HSL color Cylindrical-coordinate representation of color #7DEAAA: hue angle of 144.77º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAAA is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB125234170-
CMYK0.4700.270.08
HSL144.77º72.19%70.39%-
HSV(B)144.77º46.58%91.76%-
XYZ45.1466.1148.41-
YUV194.11114.3978.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=23.63%
G=44.23%
B=32.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252341700.4700.270.08144.7772.1970.39
Hex7DEAAA2F01B8914846
Octal1753522525703310221110106
Binary1111101111010101010101010111101101110001001000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,234,170); }

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

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

 a { background-color: rgb(125,234,170); }

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

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

 span { border-color: rgb(125,234,170); }

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