#7FD8A1

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

Shades of Vista Blue #7FD8A1

Tints of Vista Blue #7FD8A1

Color information

#7FD8A1 (or 0x7FD8A1) is unknown color: approx Vista Blue. HEX triplet: 7F, D8 and A1. RGB value is (127,216,161). Sum of RGB (Red+Green+Blue) = 127+216+161=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8A1 is #80275E. Grayscale: #B7B7B7. Windows color (decimal): -8398687 or 10606719. OLE color: 10606719.

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

Color convert

RGB127216161-
CMYK0.4100.250.15
HSL142.92º53.29%67.25%-
HSV(B)142.92º41.2%84.71%-
XYZ39.7456.242.47-
YUV183.12115.5187.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=25.20%
G=42.86%
B=31.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272161610.4100.250.15142.9253.2967.25
Hex7FD8A129019F8f3543
Octal177330241510311721765103
Binary111111111011000101000011010010110011111100011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,216,161); }

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

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

 a { background-color: rgb(127,216,161); }

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

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

 span { border-color: rgb(127,216,161); }

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