#7DECAA

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

Shades of Vista Blue #7DECAA

Tints of Vista Blue #7DECAA

Color information

#7DECAA (or 0x7DECAA) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and AA. RGB value is (125,236,170). Sum of RGB (Red+Green+Blue) = 125+236+170=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAA is #821355. Grayscale: #C3C3C3. Windows color (decimal): -8524630 or 11201661. OLE color: 11201661.

HSL color Cylindrical-coordinate representation of color #7DECAA: hue angle of 144.32º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECAA is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB125236170-
CMYK0.4700.280.07
HSL144.32º74.5%70.78%-
HSV(B)144.32º47.03%92.55%-
XYZ45.7167.2548.6-
YUV195.29113.7377.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=23.54%
G=44.44%
B=32.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361700.4700.280.07144.3274.570.78
Hex7DECAA2F01C7904a47
Octal175354252570347220112107
Binary111110111101100101010101011110111001111001000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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