#7DDCAA

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

Shades of Vista Blue #7DDCAA

Tints of Vista Blue #7DDCAA

Color information

#7DDCAA (or 0x7DDCAA) is unknown color: approx Vista Blue. HEX triplet: 7D, DC and AA. RGB value is (125,220,170). Sum of RGB (Red+Green+Blue) = 125+220+170=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCAA is #822355. Grayscale: #B9B9B9. Windows color (decimal): -8528726 or 11197565. OLE color: 11197565.

HSL color Cylindrical-coordinate representation of color #7DDCAA: hue angle of 148.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCAA is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB125220170-
CMYK0.4300.230.14
HSL148.42º57.58%67.65%-
HSV(B)148.42º43.18%86.27%-
XYZ41.3158.4547.13-
YUV185.9119.0384.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=24.27%
G=42.72%
B=33.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201700.4300.230.14148.4257.5867.65
Hex7DDCAA2B017E943a44
Octal175334252530271622472104
Binary111110111011100101010101010110101111110100101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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