#7FDFAC

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

Shades of Vista Blue #7FDFAC

Tints of Vista Blue #7FDFAC

Color information

#7FDFAC (or 0x7FDFAC) is unknown color: approx Vista Blue. HEX triplet: 7F, DF and AC. RGB value is (127,223,172). Sum of RGB (Red+Green+Blue) = 127+223+172=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDFAC is #802053. Grayscale: #BCBCBC. Windows color (decimal): -8396884 or 11329407. OLE color: 11329407.

HSL color Cylindrical-coordinate representation of color #7FDFAC: hue angle of 148.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFAC is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB127223172-
CMYK0.4300.230.13
HSL148.12º60%68.63%-
HSV(B)148.12º43.05%87.45%-
XYZ42.5960.2748.42-
YUV188.48118.784.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=24.33%
G=42.72%
B=32.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272231720.4300.230.13148.126068.63
Hex7FDFAC2B017D943c45
Octal177337254530271522474105
Binary111111111011111101011001010110101111101100101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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