#7cf2a8

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

Shades of Vista Blue #7CF2A8

Tints of Vista Blue #7CF2A8

Color information

#7CF2A8 (or 0x7CF2A8) is unknown color: approx Vista Blue. HEX triplet: 7C, F2 and A8. RGB value is (124,242,168). Sum of RGB (Red+Green+Blue) = 124+242+168=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2A8 is #830D57. Grayscale: #C6C6C6. Windows color (decimal): -8588632 or 11072124. OLE color: 11072124.

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

Color convert

RGB124242168-
CMYK0.4900.310.05
HSL142.37º81.94%71.76%-
HSV(B)142.37º48.76%94.9%-
XYZ47.1370.6248.19-
YUV198.28110.9175.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.22%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=23.22%
G=45.32%
B=31.46%

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
Decimal1242421680.4900.310.05142.3781.9471.76
Hex7CF2A83101F58e5248
Octal174362250610375216122110
Binary111110011110010101010001100010111111011000111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf2a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,242,168); }

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

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

 a { background-color: rgb(124,242,168); }

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

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

 span { border-color: rgb(124,242,168); }

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