#7DD8AB

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

Shades of Vista Blue #7DD8AB

Tints of Vista Blue #7DD8AB

Color information

#7DD8AB (or 0x7DD8AB) is unknown color: approx Vista Blue. HEX triplet: 7D, D8 and AB. RGB value is (125,216,171). Sum of RGB (Red+Green+Blue) = 125+216+171=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8AB is #822754. Grayscale: #B7B7B7. Windows color (decimal): -8529749 or 11262077. OLE color: 11262077.

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

Color convert

RGB125216171-
CMYK0.4200.210.15
HSL150.33º53.85%66.86%-
HSV(B)150.33º42.13%84.71%-
XYZ40.3656.4147.29-
YUV183.66120.8586.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 216 (84.77% from 255) = 42.19%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=24.41%
G=42.19%
B=33.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161710.4200.210.15150.3353.8566.86
Hex7DD8AB2A015F963643
Octal175330253520251722666103
Binary111110111011000101010111010100101011111100101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,171); }

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

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

 a { background-color: rgb(125,216,171); }

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

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

 span { border-color: rgb(125,216,171); }

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