#7DDCAC

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

Shades of Vista Blue #7DDCAC

Tints of Vista Blue #7DDCAC

Color information

#7DDCAC (or 0x7DDCAC) is unknown color: approx Vista Blue. HEX triplet: 7D, DC and AC. RGB value is (125,220,172). Sum of RGB (Red+Green+Blue) = 125+220+172=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCAC is #822353. Grayscale: #BABABA. Windows color (decimal): -8528724 or 11328637. OLE color: 11328637.

HSL color Cylindrical-coordinate representation of color #7DDCAC: hue angle of 149.68º 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 #7DDCAC is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB125220172-
CMYK0.4300.220.14
HSL149.68º57.58%67.65%-
HSV(B)149.68º43.18%86.27%-
XYZ41.558.5248.14-
YUV186.12120.0384.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=24.18%
G=42.55%
B=33.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201720.4300.220.14149.6857.5867.65
Hex7DDCAC2B016E963a44
Octal175334254530261622672104
Binary111110111011100101011001010110101101110100101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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