#7DDA9D

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

Shades of Vista Blue #7DDA9D

Tints of Vista Blue #7DDA9D

Color information

#7DDA9D (or 0x7DDA9D) is unknown color: approx Vista Blue. HEX triplet: 7D, DA and 9D. RGB value is (125,218,157). Sum of RGB (Red+Green+Blue) = 125+218+157=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA9D is #822562. Grayscale: #B7B7B7. Windows color (decimal): -8529251 or 10345085. OLE color: 10345085.

HSL color Cylindrical-coordinate representation of color #7DDA9D: hue angle of 140.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA9D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB125218157-
CMYK0.4300.280.15
HSL140.65º55.69%67.25%-
HSV(B)140.65º42.66%85.49%-
XYZ39.6156.9440.8-
YUV183.24113.1986.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=25%
G=43.6%
B=31.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181570.4300.280.15140.6555.6967.25
Hex7DDA9D2B01CF8d3843
Octal175332235530341721570103
Binary111110111011010100111011010110111001111100011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,157); }

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

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

 a { background-color: rgb(125,218,157); }

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

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

 span { border-color: rgb(125,218,157); }

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