#7CE8AD

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

Shades of Vista Blue #7CE8AD

Tints of Vista Blue #7CE8AD

Color information

#7CE8AD (or 0x7CE8AD) is unknown color: approx Vista Blue. HEX triplet: 7C, E8 and AD. RGB value is (124,232,173). Sum of RGB (Red+Green+Blue) = 124+232+173=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE8AD is #831752. Grayscale: #C1C1C1. Windows color (decimal): -8591187 or 11397244. OLE color: 11397244.

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

Color convert

RGB124232173-
CMYK0.4700.250.09
HSL147.22º70.13%69.8%-
HSV(B)147.22º46.55%90.98%-
XYZ44.7165.0249.73-
YUV192.98116.7278.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.44%
GREEN value IS 232 (91.02% from 255) = 43.86%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=23.44%
G=43.86%
B=32.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1242321730.4700.250.09147.2270.1369.8
Hex7CE8AD2F0199934646
Octal1743502555703111223106106
Binary1111100111010001010110110111101100110011001001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,232,173); }

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

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

 a { background-color: rgb(124,232,173); }

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

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

 span { border-color: rgb(124,232,173); }

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