#7DDF9D

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

Shades of Vista Blue #7DDF9D

Tints of Vista Blue #7DDF9D

Color information

#7DDF9D (or 0x7DDF9D) is unknown color: approx Vista Blue. HEX triplet: 7D, DF and 9D. RGB value is (125,223,157). Sum of RGB (Red+Green+Blue) = 125+223+157=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF9D is #822062. Grayscale: #BABABA. Windows color (decimal): -8527971 or 10346365. OLE color: 10346365.

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

Color convert

RGB125223157-
CMYK0.4400.300.13
HSL139.59º60.49%68.24%-
HSV(B)139.59º43.95%87.45%-
XYZ40.9359.5741.24-
YUV186.17111.5384.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=24.75%
G=44.16%
B=31.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231570.4400.300.13139.5960.4968.24
Hex7DDF9D2C01ED8c3c44
Octal175337235540361521474104
Binary111110111011111100111011011000111101101100011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,157); }

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

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

 a { background-color: rgb(125,223,157); }

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

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

 span { border-color: rgb(125,223,157); }

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