#7CDDAC

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

Shades of Vista Blue #7CDDAC

Tints of Vista Blue #7CDDAC

Color information

#7CDDAC (or 0x7CDDAC) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and AC. RGB value is (124,221,172). Sum of RGB (Red+Green+Blue) = 124+221+172=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDAC is #832253. Grayscale: #BABABA. Windows color (decimal): -8594004 or 11328892. OLE color: 11328892.

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

Color convert

RGB124221172-
CMYK0.4400.220.13
HSL149.69º58.79%67.65%-
HSV(B)149.69º43.89%86.67%-
XYZ41.6258.9848.22-
YUV186.41119.8683.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.98%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=23.98%
G=42.75%
B=33.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211720.4400.220.13149.6958.7967.65
Hex7CDDAC2C016D963b44
Octal174335254540261522673104
Binary111110011011101101011001011000101101101100101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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