#7CF1A7

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

Shades of Vista Blue #7CF1A7

Tints of Vista Blue #7CF1A7

Color information

#7CF1A7 (or 0x7CF1A7) is unknown color: approx Vista Blue. HEX triplet: 7C, F1 and A7. RGB value is (124,241,167). Sum of RGB (Red+Green+Blue) = 124+241+167=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF1A7 is #830E58. Grayscale: #C5C5C5. Windows color (decimal): -8588889 or 11006332. OLE color: 11006332.

HSL color Cylindrical-coordinate representation of color #7CF1A7: hue angle of 142.05º 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 #7CF1A7 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB124241167-
CMYK0.4900.310.05
HSL142.05º80.69%71.57%-
HSV(B)142.05º48.55%94.51%-
XYZ46.7469.9947.6-
YUV197.58110.7475.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.31%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=23.31%
G=45.30%
B=31.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242411670.4900.310.05142.0580.6971.57
Hex7CF1A73101F58e5148
Octal174361247610375216121110
Binary111110011110001101001111100010111111011000111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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