#7ce2a8

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

Shades of Vista Blue #7CE2A8

Tints of Vista Blue #7CE2A8

Color information

#7CE2A8 (or 0x7CE2A8) is unknown color: approx Vista Blue. HEX triplet: 7C, E2 and A8. RGB value is (124,226,168). Sum of RGB (Red+Green+Blue) = 124+226+168=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE2A8 is #831D57. Grayscale: #BDBDBD. Windows color (decimal): -8592728 or 11068028. OLE color: 11068028.

HSL color Cylindrical-coordinate representation of color #7CE2A8: hue angle of 145.88º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE2A8 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB124226168-
CMYK0.4500.260.11
HSL145.88º63.75%68.63%-
HSV(B)145.88º45.13%88.63%-
XYZ42.5861.546.67-
YUV188.89116.2181.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.94%
GREEN value IS 226 (88.67% from 255) = 43.63%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=23.94%
G=43.63%
B=32.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1242261680.4500.260.11145.8863.7568.63
Hex7CE2A82D01AB924045
Octal1743422505503213222100105
Binary1111100111000101010100010110101101010111001001010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ce2a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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