#7DD8AD

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

Shades of Vista Blue #7DD8AD

Tints of Vista Blue #7DD8AD

Color information

#7DD8AD (or 0x7DD8AD) is unknown color: approx Vista Blue. HEX triplet: 7D, D8 and AD. RGB value is (125,216,173). Sum of RGB (Red+Green+Blue) = 125+216+173=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8AD is #822752. Grayscale: #B7B7B7. Windows color (decimal): -8529747 or 11393149. OLE color: 11393149.

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

Color convert

RGB125216173-
CMYK0.4200.200.15
HSL151.65º53.85%66.86%-
HSV(B)151.65º42.13%84.71%-
XYZ40.5656.4948.3-
YUV183.89121.8586-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.32%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=24.32%
G=42.02%
B=33.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161730.4200.200.15151.6553.8566.86
Hex7DD8AD2A014F983643
Octal175330255520241723066103
Binary111110111011000101011011010100101001111100110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,173); }

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

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

 a { background-color: rgb(125,216,173); }

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

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

 span { border-color: rgb(125,216,173); }

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