#7CF4B0

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

Shades of Vista Blue #7CF4B0

Tints of Vista Blue #7CF4B0

Color information

#7CF4B0 (or 0x7CF4B0) is unknown color: approx Vista Blue. HEX triplet: 7C, F4 and B0. RGB value is (124,244,176). Sum of RGB (Red+Green+Blue) = 124+244+176=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF4B0 is #830B4F. Grayscale: #C8C8C8. Windows color (decimal): -8588112 or 11596924. OLE color: 11596924.

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

Color convert

RGB124244176-
CMYK0.4900.280.04
HSL146º84.51%72.16%-
HSV(B)146º49.18%95.69%-
XYZ48.572.1252.44-
YUV200.37114.2473.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.79%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=22.79%
G=44.85%
B=32.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242441760.4900.280.0414684.5172.16
Hex7CF4B03101C4925548
Octal174364260610344222125110
Binary111110011110100101100001100010111001001001001010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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