#7CDC9F

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

Shades of Vista Blue #7CDC9F

Tints of Vista Blue #7CDC9F

Color information

#7CDC9F (or 0x7CDC9F) is unknown color: approx Vista Blue. HEX triplet: 7C, DC and 9F. RGB value is (124,220,159). Sum of RGB (Red+Green+Blue) = 124+220+159=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC9F is #832360. Grayscale: #B8B8B8. Windows color (decimal): -8594273 or 10476668. OLE color: 10476668.

HSL color Cylindrical-coordinate representation of color #7CDC9F: hue angle of 141.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC9F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB124220159-
CMYK0.4400.280.14
HSL141.88º57.83%67.45%-
HSV(B)141.88º43.64%86.27%-
XYZ40.1657.9741.87-
YUV184.34113.784.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=24.65%
G=43.74%
B=31.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201590.4400.280.14141.8857.8367.45
Hex7CDC9F2C01CE8e3a43
Octal174334237540341621672103
Binary111110011011100100111111011000111001110100011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,220,159); }

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

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

 a { background-color: rgb(124,220,159); }

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

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

 span { border-color: rgb(124,220,159); }

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