#7CDCA3

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

Shades of Vista Blue #7CDCA3

Tints of Vista Blue #7CDCA3

Color information

#7CDCA3 (or 0x7CDCA3) is unknown color: approx Vista Blue. HEX triplet: 7C, DC and A3. RGB value is (124,220,163). Sum of RGB (Red+Green+Blue) = 124+220+163=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDCA3 is #83235C. Grayscale: #B8B8B8. Windows color (decimal): -8594269 or 10738812. OLE color: 10738812.

HSL color Cylindrical-coordinate representation of color #7CDCA3: hue angle of 144.38º 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 #7CDCA3 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB124220163-
CMYK0.4400.260.14
HSL144.38º57.83%67.45%-
HSV(B)144.38º43.64%86.27%-
XYZ40.5258.1243.73-
YUV184.8115.784.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 163 (64.06% from 255) = 32.15%
R=24.46%
G=43.39%
B=32.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201630.4400.260.14144.3857.8367.45
Hex7CDCA32C01AE903a43
Octal174334243540321622072103
Binary111110011011100101000111011000110101110100100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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