#7DDDA4

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

Shades of Vista Blue #7DDDA4

Tints of Vista Blue #7DDDA4

Color information

#7DDDA4 (or 0x7DDDA4) is unknown color: approx Vista Blue. HEX triplet: 7D, DD and A4. RGB value is (125,221,164). Sum of RGB (Red+Green+Blue) = 125+221+164=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDA4 is #82225B. Grayscale: #B9B9B9. Windows color (decimal): -8528476 or 10804605. OLE color: 10804605.

HSL color Cylindrical-coordinate representation of color #7DDDA4: hue angle of 144.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 #7DDDA4 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB125221164-
CMYK0.4300.260.13
HSL144.38º58.54%67.84%-
HSV(B)144.38º43.44%86.67%-
XYZ41.0158.7544.3-
YUV185.8115.784.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=24.51%
G=43.33%
B=32.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211640.4300.260.13144.3858.5467.84
Hex7DDDA42B01AD903b44
Octal175335244530321522073104
Binary111110111011101101001001010110110101101100100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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