#7CF1AD

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

Shades of Vista Blue #7CF1AD

Tints of Vista Blue #7CF1AD

Color information

#7CF1AD (or 0x7CF1AD) is unknown color: approx Vista Blue. HEX triplet: 7C, F1 and AD. RGB value is (124,241,173). Sum of RGB (Red+Green+Blue) = 124+241+173=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF1AD is #830E52. Grayscale: #C6C6C6. Windows color (decimal): -8588883 or 11399548. OLE color: 11399548.

HSL color Cylindrical-coordinate representation of color #7CF1AD: hue angle of 145.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF1AD is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB124241173-
CMYK0.4900.280.05
HSL145.13º80.69%71.57%-
HSV(B)145.13º48.55%94.51%-
XYZ47.3170.2150.59-
YUV198.26113.7475.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=23.05%
G=44.80%
B=32.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242411730.4900.280.05145.1380.6971.57
Hex7CF1AD3101C5915148
Octal174361255610345221121110
Binary111110011110001101011011100010111001011001000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,241,173); }

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

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

 a { background-color: rgb(124,241,173); }

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

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

 span { border-color: rgb(124,241,173); }

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