#7DDDAA

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

Shades of Vista Blue #7DDDAA

Tints of Vista Blue #7DDDAA

Color information

#7DDDAA (or 0x7DDDAA) is unknown color: approx Vista Blue. HEX triplet: 7D, DD and AA. RGB value is (125,221,170). Sum of RGB (Red+Green+Blue) = 125+221+170=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDAA is #822255. Grayscale: #BABABA. Windows color (decimal): -8528470 or 11197821. OLE color: 11197821.

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

Color convert

RGB125221170-
CMYK0.4300.230.13
HSL148.12º58.54%67.84%-
HSV(B)148.12º43.44%86.67%-
XYZ41.5758.9847.22-
YUV186.48118.784.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=24.22%
G=42.83%
B=32.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211700.4300.230.13148.1258.5467.84
Hex7DDDAA2B017D943b44
Octal175335252530271522473104
Binary111110111011101101010101010110101111101100101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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