#7CDFAC

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

Shades of Vista Blue #7CDFAC

Tints of Vista Blue #7CDFAC

Color information

#7CDFAC (or 0x7CDFAC) is unknown color: approx Vista Blue. HEX triplet: 7C, DF and AC. RGB value is (124,223,172). Sum of RGB (Red+Green+Blue) = 124+223+172=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDFAC is #832053. Grayscale: #BBBBBB. Windows color (decimal): -8593492 or 11329404. OLE color: 11329404.

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

Color convert

RGB124223172-
CMYK0.4400.230.13
HSL149.09º60.74%68.04%-
HSV(B)149.09º44.39%87.45%-
XYZ42.1560.0448.4-
YUV187.58119.282.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=23.89%
G=42.97%
B=33.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242231720.4400.230.13149.0960.7468.04
Hex7CDFAC2C017D953d44
Octal174337254540271522575104
Binary111110011011111101011001011000101111101100101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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