#7DE2AC

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

Shades of Vista Blue #7DE2AC

Tints of Vista Blue #7DE2AC

Color information

#7DE2AC (or 0x7DE2AC) is unknown color: approx Vista Blue. HEX triplet: 7D, E2 and AC. RGB value is (125,226,172). Sum of RGB (Red+Green+Blue) = 125+226+172=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE2AC is #821D53. Grayscale: #BDBDBD. Windows color (decimal): -8527188 or 11330173. OLE color: 11330173.

HSL color Cylindrical-coordinate representation of color #7DE2AC: hue angle of 147.92º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2AC is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB125226172-
CMYK0.4500.240.11
HSL147.92º63.52%68.82%-
HSV(B)147.92º44.69%88.63%-
XYZ43.161.7348.67-
YUV189.64118.0481.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 226 (88.67% from 255) = 43.21%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=23.90%
G=43.21%
B=32.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261720.4500.240.11147.9263.5268.82
Hex7DE2AC2D018B944045
Octal1753422545503013224100105
Binary1111101111000101010110010110101100010111001010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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