#7DD5A3

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

Shades of Vista Blue #7DD5A3

Tints of Vista Blue #7DD5A3

Color information

#7DD5A3 (or 0x7DD5A3) is unknown color: approx Vista Blue. HEX triplet: 7D, D5 and A3. RGB value is (125,213,163). Sum of RGB (Red+Green+Blue) = 125+213+163=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD5A3 is #822A5C. Grayscale: #B5B5B5. Windows color (decimal): -8530525 or 10737021. OLE color: 10737021.

HSL color Cylindrical-coordinate representation of color #7DD5A3: hue angle of 145.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5A3 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB125213163-
CMYK0.4100.230.16
HSL145.91º51.16%66.27%-
HSV(B)145.91º41.31%83.53%-
XYZ38.8654.5943.14-
YUV180.99117.8588.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=24.95%
G=42.51%
B=32.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131630.4100.230.16145.9151.1666.27
Hex7DD5A32901710923342
Octal175325243510272022263102
Binary1111101110101011010001110100101011110000100100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,163); }

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

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

 a { background-color: rgb(125,213,163); }

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

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

 span { border-color: rgb(125,213,163); }

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