#7cf4ac

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

Shades of Vista Blue #7CF4AC

Tints of Vista Blue #7CF4AC

Color information

#7CF4AC (or 0x7CF4AC) is unknown color: approx Vista Blue. HEX triplet: 7C, F4 and AC. RGB value is (124,244,172). Sum of RGB (Red+Green+Blue) = 124+244+172=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF4AC is #830B53. Grayscale: #C8C8C8. Windows color (decimal): -8588116 or 11334780. OLE color: 11334780.

HSL color Cylindrical-coordinate representation of color #7CF4AC: hue angle of 144º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF4AC is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB124244172-
CMYK0.4900.300.04
HSL144º84.51%72.16%-
HSV(B)144º49.18%95.69%-
XYZ48.1171.9750.38-
YUV199.91112.2473.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.96%
GREEN value IS 244 (95.70% from 255) = 45.19%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=22.96%
G=45.19%
B=31.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242441720.4900.300.0414484.5172.16
Hex7CF4AC3101E4905548
Octal174364254610364220125110
Binary111110011110100101011001100010111101001001000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf4ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,244,172); }

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

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

 a { background-color: rgb(124,244,172); }

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

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

 span { border-color: rgb(124,244,172); }

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