#7FF1AC

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

Shades of Vista Blue #7FF1AC

Tints of Vista Blue #7FF1AC

Color information

#7FF1AC (or 0x7FF1AC) is unknown color: approx Vista Blue. HEX triplet: 7F, F1 and AC. RGB value is (127,241,172). Sum of RGB (Red+Green+Blue) = 127+241+172=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF1AC is #800E53. Grayscale: #C7C7C7. Windows color (decimal): -8392276 or 11334015. OLE color: 11334015.

HSL color Cylindrical-coordinate representation of color #7FF1AC: hue angle of 143.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF1AC is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB127241172-
CMYK0.4700.290.05
HSL143.68º80.28%72.16%-
HSV(B)143.68º47.3%94.51%-
XYZ47.6570.450.11-
YUV199.05112.7376.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.52%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=23.52%
G=44.63%
B=31.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272411720.4700.290.05143.6880.2872.16
Hex7FF1AC2F01D5905048
Octal177361254570355220120110
Binary111111111110001101011001011110111011011001000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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