#7FD4AC

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

Shades of Vista Blue #7FD4AC

Tints of Vista Blue #7FD4AC

Color information

#7FD4AC (or 0x7FD4AC) is unknown color: approx Vista Blue. HEX triplet: 7F, D4 and AC. RGB value is (127,212,172). Sum of RGB (Red+Green+Blue) = 127+212+172=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD4AC is #802B53. Grayscale: #B6B6B6. Windows color (decimal): -8399700 or 11326591. OLE color: 11326591.

HSL color Cylindrical-coordinate representation of color #7FD4AC: hue angle of 151.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD4AC is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB127212172-
CMYK0.4000.190.17
HSL151.76º49.71%66.47%-
HSV(B)151.76º40.09%83.14%-
XYZ39.7454.5847.47-
YUV182.02122.3488.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.85%
GREEN value IS 212 (83.20% from 255) = 41.49%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=24.85%
G=41.49%
B=33.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121720.4000.190.17151.7649.7166.47
Hex7FD4AC2801311983242
Octal177324254500232123062102
Binary1111111110101001010110010100001001110001100110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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