#7fd8ac

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

Shades of Vista Blue #7FD8AC

Tints of Vista Blue #7FD8AC

Color information

#7FD8AC (or 0x7FD8AC) is unknown color: approx Vista Blue. HEX triplet: 7F, D8 and AC. RGB value is (127,216,172). Sum of RGB (Red+Green+Blue) = 127+216+172=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8AC is #802753. Grayscale: #B8B8B8. Windows color (decimal): -8398676 or 11327615. OLE color: 11327615.

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

Color convert

RGB127216172-
CMYK0.4100.200.15
HSL150.34º53.29%67.25%-
HSV(B)150.34º41.2%84.71%-
XYZ40.7556.647.81-
YUV184.37121.0187.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.66%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=24.66%
G=41.94%
B=33.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272161720.4100.200.15150.3453.2967.25
Hex7FD8AC29014F963543
Octal177330254510241722665103
Binary111111111011000101011001010010101001111100101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd8ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,216,172); }

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

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

 a { background-color: rgb(127,216,172); }

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

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

 span { border-color: rgb(127,216,172); }

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