#7DDDAC

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

Shades of Vista Blue #7DDDAC

Tints of Vista Blue #7DDDAC

Color information

#7DDDAC (or 0x7DDDAC) is unknown color: approx Vista Blue. HEX triplet: 7D, DD and AC. RGB value is (125,221,172). Sum of RGB (Red+Green+Blue) = 125+221+172=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDAC is #822253. Grayscale: #BABABA. Windows color (decimal): -8528468 or 11328893. OLE color: 11328893.

HSL color Cylindrical-coordinate representation of color #7DDDAC: hue angle of 149.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDAC is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB125221172-
CMYK0.4300.220.13
HSL149.38º58.54%67.84%-
HSV(B)149.38º43.44%86.67%-
XYZ41.7659.0548.23-
YUV186.71119.783.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=24.13%
G=42.66%
B=33.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211720.4300.220.13149.3858.5467.84
Hex7DDDAC2B016D953b44
Octal175335254530261522573104
Binary111110111011101101011001010110101101101100101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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