#7FDCAC

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

Shades of Vista Blue #7FDCAC

Tints of Vista Blue #7FDCAC

Color information

#7FDCAC (or 0x7FDCAC) is unknown color: approx Vista Blue. HEX triplet: 7F, DC and AC. RGB value is (127,220,172). Sum of RGB (Red+Green+Blue) = 127+220+172=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDCAC is #802353. Grayscale: #BABABA. Windows color (decimal): -8397652 or 11328639. OLE color: 11328639.

HSL color Cylindrical-coordinate representation of color #7FDCAC: hue angle of 149.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCAC is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB127220172-
CMYK0.4200.220.14
HSL149.03º57.06%68.04%-
HSV(B)149.03º42.27%86.27%-
XYZ41.7958.6848.15-
YUV186.72119.6985.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=24.47%
G=42.39%
B=33.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201720.4200.220.14149.0357.0668.04
Hex7FDCAC2A016E953944
Octal177334254520261622571104
Binary111111111011100101011001010100101101110100101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,172); }

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

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

 a { background-color: rgb(127,220,172); }

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

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

 span { border-color: rgb(127,220,172); }

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