#7CDDA0

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

Shades of Vista Blue #7CDDA0

Tints of Vista Blue #7CDDA0

Color information

#7CDDA0 (or 0x7CDDA0) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and A0. RGB value is (124,221,160). Sum of RGB (Red+Green+Blue) = 124+221+160=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDA0 is #83225F. Grayscale: #B9B9B9. Windows color (decimal): -8594016 or 10542460. OLE color: 10542460.

HSL color Cylindrical-coordinate representation of color #7CDDA0: hue angle of 142.27º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDA0 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB124221160-
CMYK0.4400.280.13
HSL142.27º58.79%67.65%-
HSV(B)142.27º43.89%86.67%-
XYZ40.5158.5442.42-
YUV185.04113.8684.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=24.55%
G=43.76%
B=31.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211600.4400.280.13142.2758.7967.65
Hex7CDDA02C01CD8e3b44
Octal174335240540341521673104
Binary111110011011101101000001011000111001101100011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,160); }

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

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

 a { background-color: rgb(124,221,160); }

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

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

 span { border-color: rgb(124,221,160); }

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