#7DF8AD

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

Shades of Vista Blue #7DF8AD

Tints of Vista Blue #7DF8AD

Color information

#7DF8AD (or 0x7DF8AD) is unknown color: approx Vista Blue. HEX triplet: 7D, F8 and AD. RGB value is (125,248,173). Sum of RGB (Red+Green+Blue) = 125+248+173=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF8AD is #820752. Grayscale: #CACACA. Windows color (decimal): -8521555 or 11401341. OLE color: 11401341.

HSL color Cylindrical-coordinate representation of color #7DF8AD: hue angle of 143.41º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8AD is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB125248173-
CMYK0.5000.300.03
HSL143.41º89.78%73.14%-
HSV(B)143.41º49.6%97.25%-
XYZ49.5774.5151.3-
YUV202.67111.2572.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 248 (97.27% from 255) = 45.42%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=22.89%
G=45.42%
B=31.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252481730.5000.300.03143.4189.7873.14
Hex7DF8AD3201E38f5a49
Octal175370255620363217132111
Binary11111011111100010101101110010011110111000111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,248,173); }

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

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

 a { background-color: rgb(125,248,173); }

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

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

 span { border-color: rgb(125,248,173); }

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