#7DDCA8

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

Shades of Vista Blue #7DDCA8

Tints of Vista Blue #7DDCA8

Color information

#7DDCA8 (or 0x7DDCA8) is unknown color: approx Vista Blue. HEX triplet: 7D, DC and A8. RGB value is (125,220,168). Sum of RGB (Red+Green+Blue) = 125+220+168=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCA8 is #822357. Grayscale: #B9B9B9. Windows color (decimal): -8528728 or 11066493. OLE color: 11066493.

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

Color convert

RGB125220168-
CMYK0.4300.240.14
HSL147.16º57.58%67.65%-
HSV(B)147.16º43.18%86.27%-
XYZ41.1258.3746.15-
YUV185.67118.0384.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=24.37%
G=42.88%
B=32.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201680.4300.240.14147.1657.5867.65
Hex7DDCA82B018E933a44
Octal175334250530301622372104
Binary111110111011100101010001010110110001110100100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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