#7FD7A2

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

Shades of Vista Blue #7FD7A2

Tints of Vista Blue #7FD7A2

Color information

#7FD7A2 (or 0x7FD7A2) is unknown color: approx Vista Blue. HEX triplet: 7F, D7 and A2. RGB value is (127,215,162). Sum of RGB (Red+Green+Blue) = 127+215+162=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD7A2 is #80285D. Grayscale: #B6B6B6. Windows color (decimal): -8398942 or 10671999. OLE color: 10671999.

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

Color convert

RGB127215162-
CMYK0.4100.250.16
HSL143.86º52.38%67.06%-
HSV(B)143.86º40.93%84.31%-
XYZ39.5755.7242.85-
YUV182.65116.3588.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=25.20%
G=42.66%
B=32.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272151620.4100.250.16143.8652.3867.06
Hex7FD7A22901910903443
Octal177327242510312022064103
Binary1111111110101111010001010100101100110000100100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,215,162); }

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

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

 a { background-color: rgb(127,215,162); }

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

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

 span { border-color: rgb(127,215,162); }

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