#7CDAA5

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

Shades of Vista Blue #7CDAA5

Tints of Vista Blue #7CDAA5

Color information

#7CDAA5 (or 0x7CDAA5) is unknown color: approx Vista Blue. HEX triplet: 7C, DA and A5. RGB value is (124,218,165). Sum of RGB (Red+Green+Blue) = 124+218+165=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDAA5 is #83255A. Grayscale: #B7B7B7. Windows color (decimal): -8594779 or 10869372. OLE color: 10869372.

HSL color Cylindrical-coordinate representation of color #7CDAA5: hue angle of 146.17º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDAA5 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB124218165-
CMYK0.4300.240.15
HSL146.17º55.95%67.06%-
HSV(B)146.17º43.12%85.49%-
XYZ40.1857.1444.51-
YUV183.85117.3685.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=24.46%
G=43.00%
B=32.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242181650.4300.240.15146.1755.9567.06
Hex7CDAA52B018F923843
Octal174332245530301722270103
Binary111110011011010101001011010110110001111100100101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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