#7DDAAA

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

Shades of Vista Blue #7DDAAA

Tints of Vista Blue #7DDAAA

Color information

#7DDAAA (or 0x7DDAAA) is unknown color: approx Vista Blue. HEX triplet: 7D, DA and AA. RGB value is (125,218,170). Sum of RGB (Red+Green+Blue) = 125+218+170=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAAA is #822555. Grayscale: #B8B8B8. Windows color (decimal): -8529238 or 11197053. OLE color: 11197053.

HSL color Cylindrical-coordinate representation of color #7DDAAA: hue angle of 149.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDAAA is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB125218170-
CMYK0.4300.220.15
HSL149.03º55.69%67.25%-
HSV(B)149.03º42.66%85.49%-
XYZ40.7857.4146.96-
YUV184.72119.6985.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=24.37%
G=42.50%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181700.4300.220.15149.0355.6967.25
Hex7DDAAA2B016F953843
Octal175332252530261722570103
Binary111110111011010101010101010110101101111100101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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