#7DD8AC

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

Shades of Vista Blue #7DD8AC

Tints of Vista Blue #7DD8AC

Color information

#7DD8AC (or 0x7DD8AC) is unknown color: approx Vista Blue. HEX triplet: 7D, D8 and AC. RGB value is (125,216,172). Sum of RGB (Red+Green+Blue) = 125+216+172=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8AC is #822753. Grayscale: #B7B7B7. Windows color (decimal): -8529748 or 11327613. OLE color: 11327613.

HSL color Cylindrical-coordinate representation of color #7DD8AC: hue angle of 150.99º 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 #7DD8AC is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB125216172-
CMYK0.4200.200.15
HSL150.99º53.85%66.86%-
HSV(B)150.99º42.13%84.71%-
XYZ40.4656.4547.79-
YUV183.77121.3586.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=24.37%
G=42.11%
B=33.53%

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
Decimal1252161720.4200.200.15150.9953.8566.86
Hex7DD8AC2A014F973643
Octal175330254520241722766103
Binary111110111011000101011001010100101001111100101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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