#7DDCAF

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

Shades of Vista Blue #7DDCAF

Tints of Vista Blue #7DDCAF

Color information

#7DDCAF (or 0x7DDCAF) is unknown color: approx Vista Blue. HEX triplet: 7D, DC and AF. RGB value is (125,220,175). Sum of RGB (Red+Green+Blue) = 125+220+175=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCAF is #822350. Grayscale: #BABABA. Windows color (decimal): -8528721 or 11525245. OLE color: 11525245.

HSL color Cylindrical-coordinate representation of color #7DDCAF: hue angle of 151.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCAF is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB125220175-
CMYK0.4300.200.14
HSL151.58º57.58%67.65%-
HSV(B)151.58º43.18%86.27%-
XYZ41.7958.6449.67-
YUV186.46121.5384.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=24.04%
G=42.31%
B=33.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201750.4300.200.14151.5857.5867.65
Hex7DDCAF2B014E983a44
Octal175334257530241623072104
Binary111110111011100101011111010110101001110100110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,175); }

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

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

 a { background-color: rgb(125,220,175); }

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

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

 span { border-color: rgb(125,220,175); }

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