#7CEBA5

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

Shades of Vista Blue #7CEBA5

Tints of Vista Blue #7CEBA5

Color information

#7CEBA5 (or 0x7CEBA5) is unknown color: approx Vista Blue. HEX triplet: 7C, EB and A5. RGB value is (124,235,165). Sum of RGB (Red+Green+Blue) = 124+235+165=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEBA5 is #83145A. Grayscale: #C2C2C2. Windows color (decimal): -8590427 or 10873724. OLE color: 10873724.

HSL color Cylindrical-coordinate representation of color #7CEBA5: hue angle of 142.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBA5 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB124235165-
CMYK0.4700.300.08
HSL142.16º73.51%70.39%-
HSV(B)142.16º47.23%92.16%-
XYZ44.8166.4246.06-
YUV193.83111.7378.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.66%
GREEN value IS 235 (92.19% from 255) = 44.85%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=23.66%
G=44.85%
B=31.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1242351650.4700.300.08142.1673.5170.39
Hex7CEBA52F01E88e4a46
Octal1743532455703610216112106
Binary1111100111010111010010110111101111010001000111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,235,165); }

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

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

 a { background-color: rgb(124,235,165); }

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

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

 span { border-color: rgb(124,235,165); }

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