#7CEFB0

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

Shades of Vista Blue #7CEFB0

Tints of Vista Blue #7CEFB0

Color information

#7CEFB0 (or 0x7CEFB0) is unknown color: approx Vista Blue. HEX triplet: 7C, EF and B0. RGB value is (124,239,176). Sum of RGB (Red+Green+Blue) = 124+239+176=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEFB0 is #83104F. Grayscale: #C5C5C5. Windows color (decimal): -8589392 or 11595644. OLE color: 11595644.

HSL color Cylindrical-coordinate representation of color #7CEFB0: hue angle of 147.13º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEFB0 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB124239176-
CMYK0.4800.260.06
HSL147.13º78.23%71.18%-
HSV(B)147.13º48.12%93.73%-
XYZ47.0269.1551.94-
YUV197.43115.975.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.01%
GREEN value IS 239 (93.75% from 255) = 44.34%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=23.01%
G=44.34%
B=32.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242391760.4800.260.06147.1378.2371.18
Hex7CEFB03001A6934e47
Octal174357260600326223116107
Binary111110011101111101100001100000110101101001001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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