#7CE7B0

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

Shades of Vista Blue #7CE7B0

Tints of Vista Blue #7CE7B0

Color information

#7CE7B0 (or 0x7CE7B0) is unknown color: approx Vista Blue. HEX triplet: 7C, E7 and B0. RGB value is (124,231,176). Sum of RGB (Red+Green+Blue) = 124+231+176=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE7B0 is #83184F. Grayscale: #C0C0C0. Windows color (decimal): -8591440 or 11593596. OLE color: 11593596.

HSL color Cylindrical-coordinate representation of color #7CE7B0: hue angle of 149.16º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7B0 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB124231176-
CMYK0.4600.240.09
HSL149.16º69.03%69.61%-
HSV(B)149.16º46.32%90.59%-
XYZ44.7264.5751.18-
YUV192.74118.5578.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.35%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=23.35%
G=43.50%
B=33.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1242311760.4600.240.09149.1669.0369.61
Hex7CE7B02E0189954546
Octal1743472605603011225105106
Binary1111100111001111011000010111001100010011001010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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