#7FF6AA

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

Shades of Vista Blue #7FF6AA

Tints of Vista Blue #7FF6AA

Color information

#7FF6AA (or 0x7FF6AA) is unknown color: approx Vista Blue. HEX triplet: 7F, F6 and AA. RGB value is (127,246,170). Sum of RGB (Red+Green+Blue) = 127+246+170=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF6AA is #800955. Grayscale: #C9C9C9. Windows color (decimal): -8390998 or 11204223. OLE color: 11204223.

HSL color Cylindrical-coordinate representation of color #7FF6AA: hue angle of 141.68º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6AA is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB127246170-
CMYK0.4800.310.04
HSL141.68º86.86%73.14%-
HSV(B)141.68º48.37%96.47%-
XYZ48.9673.3349.6-
YUV201.76110.0874.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=23.39%
G=45.30%
B=31.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272461700.4800.310.04141.6886.8673.14
Hex7FF6AA3001F48e5749
Octal177366252600374216127111
Binary111111111110110101010101100000111111001000111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,246,170); }

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

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

 a { background-color: rgb(127,246,170); }

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

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

 span { border-color: rgb(127,246,170); }

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