#7CDDA5

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

Shades of Vista Blue #7CDDA5

Tints of Vista Blue #7CDDA5

Color information

#7CDDA5 (or 0x7CDDA5) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and A5. RGB value is (124,221,165). Sum of RGB (Red+Green+Blue) = 124+221+165=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDA5 is #83225A. Grayscale: #B9B9B9. Windows color (decimal): -8594011 or 10870140. OLE color: 10870140.

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

Color convert

RGB124221165-
CMYK0.4400.250.13
HSL145.36º58.79%67.65%-
HSV(B)145.36º43.89%86.67%-
XYZ40.9658.7144.77-
YUV185.61116.3684.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=24.31%
G=43.33%
B=32.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211650.4400.250.13145.3658.7967.65
Hex7CDDA52C019D913b44
Octal174335245540311522173104
Binary111110011011101101001011011000110011101100100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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